
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!
"Robn" sounds good, the nfs format looks to be very similar. mount volume "nfs://machinename/volumename /Volumes/volumename" or close to something like that. One thing though, as I've not used Applescript, how do you turn it into an AppleSctipts into Application? Thanks
Mac OS X System & Mac Software - Posts: 5 - Mar 9, 2005
I have chosen to use Applescript Studio to develop a simple application given the main function is to communicate with an external application. ...
Software Programming & Web Scripting - Posts: 0 - Feb 20, 2005
I'd be the first to admit to being a novice programmer but i've decided to give the folder actions side of panther a go and hence need to learn a bit of AppleScript in the process. ...
Mac OS X System & Mac Software - Posts: 0 - Feb 16, 2005
Fingers-Crossed, Mail Merge will be implemented with AppleScript. Hopefully in a Point-Version Update before you have to do your Performance Certificates. What Macros are available in Pages? I presume Page Number and Number of Pages. Are there Document Attributes like Keywords, Author and Summary? When AppleScript gets introduced, These Macros would be super-powerful, and...
Mac OS X System & Mac Software - Posts: 10 - Jan 24, 2005
Im just learning how to make programes in xcode using applescript studio. ...
Software Programming & Web Scripting - Posts: 0 - Dec 8, 2004
OK, I wanted to wrtie an AppleScript that would allow me to send a dispatch email to people who had bought items from me through the Amazon Marketplace. ...
Software Programming & Web Scripting - Posts: 0 - Nov 3, 2004
Anyone know of a way to write an applescript that will switch iTunes' sound to AirTunes remote speakers? ...
Mac OS X System & Mac Software - Posts: 1 - Oct 5, 2004
I'm trying to build an AppleScript app to control iTunes. I've run into a problem with rewinding. It's simple enough on it's own, until you try to make ONE button do two things.. ...
Software Programming & Web Scripting - Posts: 0 - Oct 2, 2004
my applescript which uses system events stopped working. ...
Software Programming & Web Scripting - Posts: 0 - Sep 28, 2004
I made an applescript today to launch a few of my favorite applications: set the app_list to {"iTunes", "Mail", "Safari", "Terminal"} set the app_count to the count of the app_list repeat with i from 1 to the app_count set this_app to item i of the app_list tell application this_app to activate end repeat
Software Programming & Web Scripting - Posts: 2 - Sep 21, 2004