game_sync/build.bat

5 lines
89 B
Batchfile

@echo off
for /f %%i in (programs.txt) do (
start "%%i" cmd /c "build_sub.bat %%i"
)