Re: Restarting OSX through applescript
Re: Restarting OSX through applescript
- Subject: Re: Restarting OSX through applescript
- From: Mr Tea <email@hidden>
- Date: Fri, 29 Mar 2002 19:39:24 +0000
This from Joel Mahaffey - dated 29/3/02 04.29 pm:
>
I'm having trouble writing a script to restart OSX
This one has come up a few times recently Joel. On its way to the restart,
the X Finder won't quit until it's had confirmation that it has quit. Wrap
the line that contains the restart command in an 'ignoring application
responses block' to get around this.
ignoring application responses
tell application "Finder" to restart
end ignoring
T.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.