我的短批处理文件一直失败。我的 if 有什么问题?
:user
set /p usercommand = "Input: "
if %usercommand% equ "done"
echo got here!
goto end
else
echo not done
goto user
我的短批处理文件一直失败。我的 if 有什么问题?
:user
set /p usercommand = "Input: "
if %usercommand% equ "done"
echo got here!
goto end
else
echo not done
goto user