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

thriftinkid

macrumors regular
Original poster
Mar 24, 2008
119
0
Im trying to write an applescript to force quit a single application or all applications. I tried doing a quit without saving command, but it doesn't work with all applications. Here's what I got, but it's not quite right:

Code:
tell application "finder" to force quit given application "i[I]nsert application here[/I]"

Code:
tell application "finder" to force quit all applications
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.