c# running exe through batch gives file not found.
Hello Sir/Madam,
I have created batch file containing following line
start %CD%\proj\bin\Proj\ConsoleApplication.exe"
but this gives following error, though file is at same location.
Unhandled Exception: System.ComponentModel.Win32Exception: The system cannot find the file specified
Please help...
Thanks and Regards,
Sachin