why do you think this works
Code: Select all
do "tell application" && quote & "Finder" & quote && "to shut down" as AppleScript
Code: Select all
do "tell application" && quote & "Finder" & quote && "to shut down -h +1" as AppleScript
it should be easy !!!
