Question about w.bat
Where can I find detailed documentation? I have a batch file that can't be used, please help me take a look: there is an error prompt related to recur, and if I remove it then it's fine. Pressing the number keys also causes errors, and there is no mouse pointer either. It runs normally in DOS under WIN2000, but when made into a CD it gives an error saying SC_1 was not found. What is the reason?
@echo off
wait 3 >nul
tw /np /n3 >nul
cls
recur
call wbat.com box @telking.BAT:sc_1
if errorlevel 100 goto _cmd
if "%?%" == "1" goto _userhf
if "%?%" == "2" goto _bf98
if "%?%" == "3" goto _restart
if "%?%" == "4" goto _restart
if "%?%" == "5" goto _restart
goto sc1
:sc_1
:sc1
goto _end
Where can I find detailed documentation? I have a batch file that can't be used, please help me take a look: there is an error prompt related to recur, and if I remove it then it's fine. Pressing the number keys also causes errors, and there is no mouse pointer either. It runs normally in DOS under WIN2000, but when made into a CD it gives an error saying SC_1 was not found. What is the reason?
@echo off
wait 3 >nul
tw /np /n3 >nul
cls
recur
call wbat.com box @telking.BAT:sc_1
if errorlevel 100 goto _cmd
if "%?%" == "1" goto _userhf
if "%?%" == "2" goto _bf98
if "%?%" == "3" goto _restart
if "%?%" == "4" goto _restart
if "%?%" == "5" goto _restart
goto sc1
:sc_1
:sc1
goto _end

