<HTML><FONT FACE=arial,helvetica><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2">One other thing you can do for most shell commands... include an ampersand after the command, i.e.:<BR>
<BR>
get shell("mycommand myparam &")<BR>
<BR>
Should return immediately and run in the background. Of course, you're still stuck poking around for the return value, depending on what shell script you are running.<BR>
<BR>
If you wanted, you could send the result to a file:<BR>
<BR>
get shell("mycommand myparam > file.out &")<BR>
<BR>
HTH<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
------------------------------<BR>
Brian Yennie<BR>
Chief Technology Officer<BR>
QLD Learning, LLC<BR>
www.QLDLearning.com<BR>
<BR>
PH: (904)-997-0212<BR>
EMAIL: Yennie@aol.com<BR>
-------------------------------<BR>
</FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"></FONT></HTML>