很简单的start /w 1.exestart /w 2.exestart /w 3.exestart /w 4.exe
@for %%a in (*.exe) do (start /wait "%%a")放在EXE文件夹运行即可
@echo off1.exe2.exe3.exe...20.exe