Re: do shell script
Re: do shell script
- Subject: Re: do shell script
- From: Peter Gort <email@hidden>
- Date: Mon, 8 Jul 2002 06:34:34 +1000
Sorry Jon, I should have mentioned...
I have tried backgrouding the process by appending " &" to the command.
I have also tried putting it in "with timeout...end timeout" clause.
I even tried putting the command in a shell script and then just calling
it in the "do shell script".
Unfortunately, the problem remains. When AppleScript tries to execute
either the start or stop commands to fmserverd, AppleScript hangs until
fmserverd is no longer running.
Peter
On Monday, July 8, 2002, at 03:16 AM, Jon Pugh wrote:
At 7:43 PM +1000 7/7/02, Peter Gort wrote:
The same problem happens if I try to stop the daemon via a do shell
script command, AppleScript hangs until the daemon actually completes
stopping.
Put an & on the end of your command. I believe that is the Unix
equivalent of "ignoring application responses".
Jon
_______________________________________________
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.