Log in

View Full Version : Dos Command Window


rcethindra
Dec 1, 2004, 10:16 AM
Hello Friends,
I have scheduled a batch file to start of in the night. I want to see the DOS window to remain open and not close after execution. I want this this to check the next morning if all the actions went OK.
Is there any command that can keep the DOS screen open till I close.

Thanks

Ethindra

urmod4u
Dec 1, 2004, 12:40 PM
Try with the "pause" command at the end of the batch file.
It should then stop with: "press any key to continue..."