我需要使用choice命令来执行与此代码块相同的操作:
set /p start= Select Mode: if %start% == 1 goto money if %start% == 2 goto payouts if %start% == 3 goto tutorial if %start% == 4 exit /b
我已经尝试了很长一段时间,无法弄清楚,提前谢谢!
batch-file
batch-file ×1