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
