C Board  

Go Back   C Board > General Programming Boards > C# Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 07-04-2005, 05:41 AM   #1
mustang benny
 
bennyandthejets's Avatar
 
Join Date: Jul 2002
Posts: 1,401
Need spawned process console to persist

I've spawned a process, but when it finishes, which is very quickly, the console disappears. How can I make the console persist in a non-console based program?

Code:
Process proc=new Process();

proc.StartInfo=new ProcessStartInfo(FileName,Args);

proc.Start();
__________________
benforbes@optusnet.com.au
Microsoft Visual Studio .NET 2003 Enterprise Architect
Windows XP Pro

Code Tags
Programming FAQ
Tutorials
bennyandthejets is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
console screen (Windows) hakan C++ Programming 1 03-12-2008 06:35 AM
Problem with forking a process Unitedroad C Programming 10 10-04-2007 01:43 AM
process programming St0rM-MaN Linux Programming 2 09-15-2007 07:53 AM
Help needed in creating a process sac_garg C Programming 3 10-01-2006 01:40 AM
Round Robin Scheduling using c. eclipt C Programming 8 12-28-2005 04:58 PM


All times are GMT -6. The time now is 06:11 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22