Re: Non blocking "do shell script" ?
Re: Non blocking "do shell script" ?
- Subject: Re: Non blocking "do shell script" ?
- From: "Mark J. Reed" <email@hidden>
- Date: Sun, 2 Sep 2007 06:28:26 -0400
On 9/2/07, Harald Schneider <email@hidden> wrote:
> Is there a way to start a shell script as a background process ?
FAQ alert! :)
do shell script "command </dev/null >/dev/null 2>&1 &"
should do the trick. Replace the second "/dev/null" with the path to
a real file if you want to capture the output.
--
Mark J. Reed <email@hidden>
_______________________________________________
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