> Is there any easy way to open a window and run the output of a console > application in that window?
If I understand your question, the answer is to create the console window (AllocConsole) before creating your external process. It will then inherit from your console. -- [EMAIL PROTECTED] The author for the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

