level 8
:wait
choice /c er /m "方向键继续运行"
if errorlevel up goto next
if errorlevel down goto next
goto wait
:next
//继续运行
2017年02月20日 06点02分
6
然鹅我的破电脑显示 'choico' 不是(省略号)
2017年06月14日 21点06分
xp不支持choice
2017年06月14日 21点06分
level 8
:wait
set /p wai=请按b键继续
if not %wai% equ b goto wait
2017年06月15日 04点06分
7