I want to have my program execute a bunch of commands on load-time and this is in C# btw, but it's a console program, how can I do that?
|
feedback
|
|
If you are trying to execute external applications from within your C# console application, see the ProcessStartInfo and Process class. Example:
| |||
|
feedback
|
I want to have my program execute a bunch of commandsis quite confusing. The title and the tags are not helping either. – Darin Dimitrov Nov 14 '09 at 19:50