Re: Ignoring responses from "do shell script"
Re: Ignoring responses from "do shell script"
- Subject: Re: Ignoring responses from "do shell script"
- From: Martin Orpen <email@hidden>
- Date: Tue, 09 Mar 2004 23:15:20 +0000
on 9/3/04 8:40 pm, Graff at email@hidden wrote:
>
repeat with theIP in pingList
>
do shell script "ping -c 1 " & theIP & " >> " & pingPosix & " 2>&1 &"
>
end repeat
Unfortunately, this doesn't work as the delays are still there. For every
failed ping there is a 10 second delay.
Perhaps the only way to go *parallel* is to launch *n* Terminal windows with
separate ping commands and then collecting the results after 10-15 seconds?
--
Martin Orpen
Idea Digital Imaging Ltd -- The Image Specialists
http://www.idea-digital.com
_______________________________________________
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.