to a file.
Jim
From: nant-users-boun...@lists.sourceforge.net
[mailto:nant-users-boun...@lists.sourceforge.net] On Behalf Of Chris
Fouts
Sent: Thursday, November 03, 2011 4:19 PM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Need help with a NAnt internal error
Can
When you launch the console process (cmd.exe) give it a parameter of /k.
That makes the process and the window stick around until you terminate it.
From: Macdiarmid, James D. [mailto:james.d.macdiar...@saic.com]
Sent: Thursday, November 03, 2011 9:37 AM
To: nant-users@lists.sourceforge.n
Can you mimic how your GUIs (run button) call the Nant processes, and start off
Nant from a command line window the way they do?
Or if you have the code that starts the console window, put a cin <<;
statement, which will freeze the window until you hit in it.
-chris
From: Macdiarmid, James D.