From: Matthew Flatt (mflatt at cs.utah.edu) Date: Thu Jan 6 11:30:56 EST 2005 |
|
At Wed, 5 Jan 2005 19:21:14 -0500, "John Small" wrote: > I create a executable with > > mzc --exe myprog.exe myprog.scm > > on Windows and it compiles okay. > > But when I run from the command line it it launchs a console > window for standard output. > > How can I get it skip opening this additional window? If you run myprog.exe within a console window, it shouldn't open another one. Is that what's happening, or do I misunderstand the context? Matthew
Posted on the users mailing list. |
|