Re: Staying on Dos Emulation Screen after .bat file finishes
[email protected] Fri, 12 Mar 2021 09:27:32 -0500
| Newsgroups | alt.comp.editors.batch |
|---|---|
| Message-ID | <[email protected]> |
I realize if you are already in the DOS window when you execute the batch file that it stays there then, but i am executing it with a click on the .bat in a folder on windows, and it closes after completing unless a PAUSE command is the end of the batch file. I do not want to use pause since at that time any key entered closes the DOS window if executed from a windows desktop. On Fri, 12 Mar 2021 07:23:17 -0500, [email protected] wrote: >How do you keep the DOS Emulation screen active and at the same point after a batch file has finished, >WITHOUT using the "pause" command? Using windows 7, 64bit here. >Thanks