小编Bat*_*Man的帖子

在If命令后设置命令

试图制作一个测验show.bat文件并在If-Set编码时遇到问题:

:10    
echo @: (Press any key to continue)
pause >nul
cls
echo Bonus Question 1:
echo Translate the letters in CAPS.
echo @: Copy the sentence and translate the words in CAPITALS.
echo Il nome di mia ZIA e Gabriella e il nome di mio ZIO e Nick.
echo @: Careful, you only get 3 goes!
echo @: now you try!
set /p BonusAnswer1=">"
set /p BonusAnswer1=">"
if "%BonusAnswer1%"=="Il nome di mia aunty Gabriella e il nome di mio …
Run Code Online (Sandbox Code Playgroud)

if-statement batch-file set

5
推荐指数
1
解决办法
93
查看次数

标签 统计

batch-file ×1

if-statement ×1

set ×1