Is there a way to use the PIPE to send a message to the console before waiting for the response?
/Tom Kern Rob van der Heij wrote: > Or something to let a REXX program ask for user input and time-out > after 10 minutes? > > address command , > 'PIPE (end \) cons asynch | i: faninany | take | var resp', > '\ literal +600 | delay | spec ,timeout, | i:' > > if resp = 'timeout' then 'CP LOGOFF' > > -Rob >
