I have created one console application and when i run project console application.exe runs and shows command prompt , and what i have to do is works fine on this prompt(exe) but i want to run it on (cmd.exe) from where i have to receive input so my question is "How to run console application on cmd.exe?"
Thank you.
Pankaj Kumar ChoudharyPosted May 16, 2015, 12:52 PM
Open command prompt and write path of your console appication like:
cd C:\Users\Pankaj-Choudhary\Documents\Visual Studio 2012\Projects\ConsoleApplication3\ConsoleApplication3\bin\Debug
and press enter
this is complete path where you console application in present
now write name of your console application.exe file name and press enter
Member1Posted May 18, 2015, 1:04 AM