简体   繁体   中英

How can I keep using the command prompt after executing a .cmd file in Windows?

After I double clicked a.cmd file and it executed successfully, it just closed the command prompt window. Even if I add pause to the end it also closes after I hit any key. So is there a way to let me keep using the command prompt, just as if I got the window from running cmd ?

very simple.

Add the following line to the end of your code: start /b cmd

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM