Hello everyone,
i have the problem of how to do this. When i open cmd.exe (command prompt) and type program.exe -info then program.exe write in command prompt Simple Program 1.1 or something else. I know to use Console.WriteLine but don't know how to do this. Sorry for bad engilish :P.
StefanPosted Apr 27, 2009, 10:29 AM
You can start the command prompt, and then set it's start up arguments: "process.StartInfo.Arguments = "program.exe -info"