CODE: [Copy to clipboard]@echo off set /p choice=请输入: if /i "%choice%"=="y" C:\test\a.bat if /i "%choice%"=="n" C:\test\b.bat