start to STAR
2017年11月23日 星期四
Windows - Bat - 變數輸入 + IF判斷
@echo off
set /p opt="1. option 2. option "
echo %opt%
if "%opt%" == "1" (
echo "good"
pause
)
if "%opt%" == "2" (
echo "bad"
pause
)
較新的文章
較舊的文章
首頁