v4k-git-backup/TEST.bat

6 lines
85 B
Batchfile

@echo off
for %%x in (*.exe) do (
echo Running %%x...
start /wait "" "%%x"
)