
We have the answer for Mac Support. Below you will find related Tech Support questions and Forum Post/Threads for Applescript.
Just Register and Ask!
tell application "Finder" mount volume "smb://USER@MYSERVER" end tell That is what i'm currently using, how ever the problem that exists is that when that script is run, the SMB/CIFS Filesystem Authentication window appears. My question is, what would i add to my script to "press" ok for me on this window?
Software Programming & Web Scripting - Posts: 5 - Oct 3, 2004
Save this AppleScript as "Hush iTunes" or whatever you want. Remember where you saved it, as you'll need to open this file via iCal later. ...
HOWTO & FAQs - Posts: 16 - Sep 30, 2004
Azwaw, I'm studying linguistics at university and this (automated transliteration) would be a very interesting project to work on. I've started a little applet in XCode (using AppleScript). The only issue with straight replacement is that it won't come out nearly as good as when it's done by a person (at first). For example, the missing vowels. Also sed will work fine...
Mac OS X System & Mac Software - Posts: 6 - Sep 29, 2004
thanks for all the posts guys.. I tried running Filemaker Pro on the other user while logged in with another user using fast user switching.... and Filemaker crashed every time.. (i was running a script loop that sends emails via Applescript).. it doesn't crash when running under the current user... maybe I'll try a different scheduling script ( I was using mmScript OS X...
Mac OS X System & Mac Software - Posts: 11 - Sep 27, 2004
What about making a folder action with applescript, that would check for creation or renaming of files, and squawk angrily if someone tries to make the name too long? I can't suggest how to do it beyond that, because I don't know applescript.
Mac OS X System & Mac Software - Posts: 4 - Sep 27, 2004
I imagine Applescript .. with iChatStatus would work? ...
Mac OS X System & Mac Software - Posts: 4 - Sep 26, 2004
Well, the Dock icon is controlled specifically by code in the software, so in order to make it "disappear" from the Dock, you'd have to have access to the source code -- which, of course, is impossible. What you can do is write an AppleScript, though, that would re-launch FileMaker if you quit it, I think. I'm no expert on AppleScript, though, so maybe someone else can...
Mac OS X System & Mac Software - Posts: 11 - Sep 26, 2004
It's where scripts are stored. Open your Help Menu and type Applescript. There's some info there. A lot more HERE and HERE
Mac OS X System & Mac Software - Posts: 1 - Sep 25, 2004
This should be a simple one for you guys: I want to make an apple script that mounts a disk image, and then opens an application. However when I try to tell finder to open file, I get an error saying can't get file. I finally got it to work using the do shell script open command, but this seems rather kludgy to me. Also, is there some way to do this so I don't have to specify...
Software Programming & Web Scripting - Posts: 1 - Sep 24, 2004
I find that the 2nd applescript mentioned works really well for converting screen shots quickly from PDF format, which can be tedious to view on Windows machines. ...
Mac OS X System & Mac Software - Posts: 9 - Sep 21, 2004