Please help me.
I am writing a program in C# using Visual Studio .NET. I want my program to start (launch? spawn?) other existing programs. The other programs are either MS-DOS batch files or normal (non-managed) EXE files.
Can you tell me how to start/spawn (a) another managed (.NET) program and (b) other non-managed EXE or .bat files from a program running inside the .NET framework?
I am running all this under Windows XP.
Thanks,
Jon
I am writing a program in C# using Visual Studio .NET. I want my program to start (launch? spawn?) other existing programs. The other programs are either MS-DOS batch files or normal (non-managed) EXE files.
Can you tell me how to start/spawn (a) another managed (.NET) program and (b) other non-managed EXE or .bat files from a program running inside the .NET framework?
I am running all this under Windows XP.
Thanks,
Jon