原帖由 Climbing 于 2007-8-23 05:26 PM 发表 choice就可以解决这个问题了。
原帖由 kidzgy 于 2007-8-25 09:03 PM 发表 echo. echo 1. 还原 echo 2. 备份 echo. echo. set choice= set /p choice= 选择并回车: if not "%choice%"=="" set choice=%choice:~,1% echo. If /I "%Choice%"=="1" Got ...