Re: exw.exe & stdout
- Posted by Robert Craig <rds at RapidEuphoria.com> Nov 16, 2003
- 505 views
Patrick Barnes wrote: > When you open up the command line, and call a windows app. > > "exw sim.exw -my args" > > If the program has any calls to stdout, ie puts, a new window is opened > to display them. > > Is there anyway to display them on true stdout? Ie on the commandline? In 2.4 there's a program, makecon.exw, in euphoria\bin. Run it to create exwc.exe, a version of exw.exe that should do what you want. It uses the current console window (and current standard out) rather than popping up a new window. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com