<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.&nbsp;  Any idea why this is happening?&nbsp;  If I do the shell via Applescript, it works.&nbsp;  It's only when using the new shell command in Rev 2.0 that it ceases to continue.&nbsp;  I've done other shell commands just fine.&nbsp;  The ping result is instantaneous in the Terminal application.<BR>
&nbsp;  <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>