Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mrsmitty13

macrumors newbie
Original poster
Aug 17, 2007
28
0
Ok there may be a simple answer out there that I am overlooking but help with this would be awsome. Is there a simple way with applescript to end a program? I've found a way to start one but I dont know how to end the program using the script. What i'm trying to accomplish is via mail have certain commands that will start\end a certain program. Thanks for the help! :apple:
 

kainjow

Moderator emeritus
Jun 15, 2000
7,958
7
The safe way (similar to File > Quit):
Code:
tell application "TextEdit" to quit
The less safe way (similar to force quit):
Code:
do shell script "killall TextEdit"
 

mrsmitty13

macrumors newbie
Original poster
Aug 17, 2007
28
0
Thank you very much ill give it a try when i get home!

By the way do you know of any good websites out there that teach you some simple apple script commands? I'm new to this and wanna learn.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.