@echo off for /f %%i in (shell/programs.txt) do ( call shell/build_sub.bat %%i ) echo "build complete!"