codecombat/scripts/windows/coco-dev-setup/batch/scripts/get_variables.bat
2014-04-04 12:52:22 -04:00

4 lines
No EOL
95 B
Batchfile

set count=0
for /F "delims=" %%F in ('call run_script.bat .\\get_variables.ps1 %*') do (
%%F
)