how to Execute a DOS command in Visual Studio, HOW?
Hello
I want to have a buttonClick event such that when the button is clicked... it should run a ".BAT" file that is in the same folder.
In other words, how do I invoke command line commands from a C# program?
Thanks in advance! :)