Running in a new cmd window. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Running in a new cmd window.

Hi, so im using g++ to compile my code. also using the windows command prompt to run the .exe file. but when I use the command prompt it will run the program on the same console im using. is there a way that It will open up on a new console window?

28th Mar 2017, 3:24 AM
Evil Minion
Evil Minion - avatar
5 Answers
+ 1
after compiling type, start myapp.exe strat is CMD command to run/start a program (new window). Example: start Notepad.exe
28th Mar 2017, 3:53 AM
Eranga
Eranga - avatar
28th Mar 2017, 3:35 AM
Eranga
Eranga - avatar
0
thanks for the replyhmm. it does what i want to do. but this one is something that you will do if you want a specific function or part of the application to be shown in a different window. what i want is to run the entire application on a different console window. so i have a console say "console1" to navigate to my files and compile using g++. now when I run the .exe file, I want the entire application to run on a different console window, "console2" console1 - to navigate and compile conaole2 - external console specifically for a running application.
28th Mar 2017, 3:44 AM
Evil Minion
Evil Minion - avatar
0
thanks this is what i want, your awesome ;)
28th Mar 2017, 4:06 AM
Evil Minion
Evil Minion - avatar
0
Happy to help!
28th Mar 2017, 4:07 AM
Eranga
Eranga - avatar