Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use AppleScript and Mail to auto-start torrent downloads' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use AppleScript and Mail to auto-start torrent downloads
Authored by: chyna4xena on Jun 15, '06 05:22:39PM
I don't think you should have the "end tell" line, when the "tell" command is all on one line.

Either
tell application "app_name"
     quit
end tell
Or
tell application "app_name" to quit


[ Reply to This | # ]