⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test.bat

📁 c版本的
💻 BAT
字号:
echo off
:first
WHATNEXT What mode do you want to try? (S, M, L, or H) SMLH
if errorlevel 4 goto huge
if errorlevel 3 goto large
if errorlevel 2 goto medium
if errorlevel 1 goto small

WHATNEXT Do you really want to quit? (Y/N) YN
if errorlevel 2 goto first
goto done

:small
echo message - This is the small selected
goto first

:medium
echo message - This is the medium selected
goto first

:large
echo message - This is the large selected
goto first

:huge
echo message - This is the huge thing selected
goto first

:done
echo message - This is the end of this silly routine
echo on

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -