codecombat/scripts/windows/coco-dev-setup/batch/scripts/get_variables.bat
2014-04-04 05:41:16 +02:00

4 lines
No EOL
98 B
Batchfile
Executable file

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