<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4807.2300" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello Everybody,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Is there a way to use the open Process / read from 
process command to run an external appication in the background without the 
script stopping entirely?  My revolution app will wait until the "read from 
process" command until I close the process to move on to the next 
line.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><STRONG>For example...</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>on mouseUP</FONT></DIV>
<DIV><FONT face=Arial size=2>    open process "apache.exe" for 
read</FONT></DIV>
<DIV><FONT face=Arial size=2>    read from process "apache.exe" 
at 1 until linefeed</FONT></DIV>
<DIV><FONT face=Arial size=2>    put it into myval</FONT></DIV>
<DIV><FONT face=Arial size=2>    put myval into field 
"newfield"</FONT></DIV>
<DIV><FONT face=Arial size=2>end mouseUP</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>When I do this, it opens up the application but 
doesn't put the output into the newfield until I exit the application. How would 
it be possible to run multiple applications?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Ron Tan</FONT></DIV></BODY></HTML>