Hi all,

I need to execute a small program, using RB's Shell class. This program can 
read its data either from file or from stdin.
I would really like to have it read from stdin, but the problem is this: when 
it executes without the name of a file on the command line, it just sits there, 
waiting for input from stdin. There's no output to catch in order to know when 
to execute the shell.write command, and doing this:

shell.execute "thatfile.exe"
shell.write "some text to be processed"

...obviously does not work


Is there someone who can give me a hint?

Thanks,

Ronald Vogelaar
--
http://www.rovosoft.com
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to