I'm using CreateProcess with CREATE_NEW_CONSOLE in C++ apps, to run MS-DOS apps in my GUI window...how can I do that with pure C# code?
Printable View
I'm using CreateProcess with CREATE_NEW_CONSOLE in C++ apps, to run MS-DOS apps in my GUI window...how can I do that with pure C# code?
A quick Google told me plenty about it.