CODE: [Copy to clipboard]@echo off :begin start test.exe %1 shift if "%1" equ "" goto :eof goto :begin