if exist "c:\文件\1.bat" ( start c:\文件\1.bat ) else ( start c:\文件\2.bat ) exit 如上命令可以实现,判断“c:\文件\1.bat”是否存在,如果存在就执行“c:\文件\1.bat”否则就执行“c:\文件\2.bat”