Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Credits 111 Posts 3 Joined 2003-10-12 00:00 22-year member UID 11108 Gender Male
Status Offline
I have one option in WBAT: continue next, and the other is press any key to exit. How do I write that in a batch file?
For example:
wbat box “next continue or press any key to exit:” next
if errorlevel 1 goto next
:next
。。。。
How can I implement the “press any key to exit” function here? Thanks