I want to add user authentication in my applescript to perform some task. If the username and password is correct then only 开发者_如何学Cthe next task should happen. How to do this using applescript?
The start up script bellow mounts a network drive in my macbook: try tell application \"Finder\" mount volume \"afp://iMac-01._afpovertcp._tcp.local/Ba开发者_如何学Cckup%20HD\"
I would like to make sure that an applescript can be converted to ba开发者_如何学编程sh. Are there any ideas on how to do this? And if so, I\'ll place a simple applescript below to give you an example
开发者_开发问答I am trying to send keystrokes to the application VisualBoyAdvance using AppleScript, but I cannot get it to work.
Can I make an apple script that auto runs when I put in my flash drive? I want to be able to do this so that when I put my flash drive in the computer at school I can make my presentation automaticall
I\'m interested in writing an applescript project that records the date on every keypress. Can applescripts read this information while they\'re in the background? Or must they always be the selected
If I have several OS-X Terminal.app windows open, how can I move one Terminal window to an开发者_如何学JAVAother space?
I have such an AppleScript: tell application \"Firefox\" activate set the bounds of th开发者_Go百科e first window to {0, 0, 6000, 6000}
I\'m on OSX Snow Leopard (I had the same issue on Leopard, though..) This is the applescript: tell application \"Finder\" to set my_from to selection
I am new to cocoa develo开发者_JAVA百科pment Can any one please tell me how I can make my cocoa application scriptable.