I have created a C# console application with Visual studio 2010. I would like to achieve running my program without human interact and even without the opening of the visual studio.
Manually to do so will be navigating to pathName\programName\programName\bin\Debug\ and double click the application file programName.exe
But how can i do this automated? with no opening of VS?
Thanks,
Lain
Open notepad, put in 1 line:
Save as
Runner.batRun “Runner.bat” however you like.
However unless you’re specifying any extra parameters, or anything else that affects execution of the program this is completely redundant.