[clean-list] console program

trollinger!panitz@rz.uni-frankfurt.de trollinger!panitz@rz.uni-frankfurt.de
Wed, 20 Dec 2000 13:58:43 +0100 (CET)


I have a clean program, which reads the program arguments 
and makes some file I/O. I want to call this clean program from a
java program using the java exec method. However, when I compile
the clean program with the no console option, a new command line
window pops up during execution. I do not whant this behaviour. 
On the other hand, if I compile the clean program without the no console
option, then it only exists after I pressed return.  How can I avoid this?
Even bader is, that if the clean program aborts with an error, then 
it always seems to need the return key to be pressed, in order to exit.

Has anyone a tip for me, or any experiences with this?

My environment is the windows version of clean.

Sven Eric