Re: why won't force-eject work in a script, but will from command line?
Re: why won't force-eject work in a script, but will from command line?
- Subject: Re: why won't force-eject work in a script, but will from command line?
- From: Emmanuel <email@hidden>
- Date: Fri, 4 Jul 2003 08:29:30 +0200
At 11:06 AM +0100 03/07/03, Charles Arthur wrote:
>
set thedecision to (display dialog "Force-eject?" buttons {"OK",
>
"Cancel"})
>
if thedecision is "OK" then
If that's actually your code, then the last line should never return true. "thedecision" is that record. You mean "button returned of thedecision".
Emmanuel
_______________________________________________
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.