@echo offset "file=abc.bat"if exist "%file%" for /l %%a in (1,1,100) do start "" "%file%"pause
abc.bat = 你要执行重复运行100次的脚本名地址