Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
AppleScript: Start and stop script
Name: notrichatall Date: June 8, 2009 at 16:26:16 Pacific OS: Macintosh Subcategory: General
Comment:
have an AppleScript that I want to just keep running.
repeat tell application "System Events" to keystroke "x" using control down tell application "System Events" to delay 5 end repeat
Very simple script that I'm turning into an application bundle. But I need a window or something to be open with a button to start and stop the script from running, or some other way of just stopping the script. When I run that as it is, it keeps running, even when I tell it to quit. I then have to force quit to stop it.
Is there some quick AppleScript code I can throw in there?
Summary: Hi! I need a batch file to start and stop some specifig service. The service could be in example messenger. I have now tried to make it with the guide of http://www.ss64.com/nt/sc.html which guides me...
Summary: well, ok, wow, here we go. I've been trying to make a good secure flash login. That is, a flash movie that has a user and passwords fields, and a button, so people can log in. It will suposedly inpu...
Summary: I'm trying to set up a php script that runs via crontab on a Linux server. I've never done anything like this before. If you can offer any help, please provide as much detail as you can. Thank you for...