Where can I find detailed documentation? I have a batch file that won't work, please help me take a look: there is an error message, it seems to be related to recur, if I remove it then it works, pressing the number keys causes errors, and also there is no mouse pointer
@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
@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

