Re: do shell script hanging
Re: do shell script hanging
- Subject: Re: do shell script hanging
- From: Skeeve <email@hidden>
- Date: Tue, 08 Apr 2008 08:59:44 +0200
You didn't read the documentation. Detach STDIN and STDERR from
AppleScript and happy you'll be ;-)
do shell script "/Applications/Firefox2.app/Contents/MacOS/firefox -P toto 2>/dev/console 1>/dev/console &"
Or something that suits your needs better.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden