Search found 1 match
- 29 May 2024 19:38
- Forum: DOS Batch Forum
- Topic: Another way to keep terminal window open
- Replies: 1
- Views: 5070
Another way to keep terminal window open
At the end of the batch file I have "pause" to keep the window open. However, any time I press any key, as the terminal states, this causes the window to close. I would like to keep the window open so that I can do a search for keywords within the terminal window using CTRL+F. Is there another funct...