From: Matthew Flatt (mflatt at cs.utah.edu) Date: Mon Jan 26 18:07:57 EST 2004 |
|
At Tue, 27 Jan 2004 01:01:21 +0200, ifconfig wrote: > I am using shell-execute to open a batch file that has very little output > and no input; all it does is open a dos window, displays some output and > pauses (it's a compiler). Is it possible to catch that output and start the > batch file in the same thread, using the same i/o ports? I think you want the `system' function in `(lib "process.ss")'. Matthew
Posted on the users mailing list. |
|