<HTML><FONT FACE=arial,helvetica><FONT COLOR="#000000" FACE="Courier New" FAMILY="FIXED" SIZE="2">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.<BR>
   <BR>
<BR>
put "/sbin/ping -c 1 www.verizon.com" into shelltorun<BR>
shell(shelltorun)<BR>
put the result into data<BR>
</FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"></FONT></HTML>