vote up 4 vote down star

Can someone tell me what cmd to put at the end of a batch file to stop it from auto closing? Thanks!

flag

What OS/scripting language? – OrbMan Jun 12 at 19:00

2 Answers

vote up 14 vote down check

In Windows/DOS batch files:

pause

This prints a nice 'Press any key to continue . . . " message

link|flag
vote up 6 vote down

Depends on the exact question.

Normally 'pause' does the job within a .bat file.

If you want cmd.exe not to close to be able to remain typing, use 'cmd /k command'.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.