Using AppleScript you can create a script that runs another application, and then save that script itself as an application and place it in the dock. The problem (not really a problem) is that when yo
I am making an Automator application and I need to rep开发者_开发技巧lace some text based on a certain criteria. I am wondering if there is an Automator action for performing a regex text replacement.
I have followed this youtube tutorial: http://www.youtube.com/watch?v=0ux3S_G8HuU I want the second button go to a special website....
I have a computer (Mac) 开发者_开发技巧that is authorized to play music through iTunes which I want to disable. But, I only have ssh access to the machine. Is there an applescript I can run remotely (
I can get the names of all files in a folder by doing this: tell application \"Finder\" set myFiles to name of every file of somePath
I am trying to create a small applescript which will launch the DVD Player application and then resize it to its Actual Size. The code is listed below. When I run the code the DVD Player launches but
Need an applescript (which I haven\'t used before) to deploy our VPN connection settings on our remote workers mac boxes. this is for PPTP VPN.
I want to add an option to the finder context menu that calls hg add %1 with %1 being the full path of the selected file in finder.
Can rsync be done with a date filter, such that only files newer than some date are transferred? Right now I do rsync using an Applescript and it just backs up all of the files in a remote directory,
Is there a way to open the UIAutomation instrument through the terminal? Will it be possible to write an AppleScript to open Apple\'s UIAutomation tool and load the application to be tested?