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