Pinging via shell stops my script

RGould8 at aol.com RGould8 at aol.com
Sun May 18 01:37:00 EDT 2003


I've got a script (below) that refuses to execute any lines after the shell 
command is executed.   Any idea why this is happening?   If I do the shell 
via Applescript, it works.   It's only when using the new shell command in 
Rev 2.0 that it ceases to continue.   I've done other shell commands just 
fine.   The ping result is instantaneous in the Terminal application.
   

put "/sbin/ping -c 1 www.verizon.com" into shelltorun
shell(shelltorun)
put the result into data
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.runrev.com/pipermail/use-livecode/attachments/20030518/b4ffba03/attachment.html>


More information about the use-livecode mailing list