codecombat/scripts/windows/coco-dev-setup/batch/scripts/setup_p2.bat
2014-04-11 00:31:05 +02:00

20 lines
No EOL
332 B
Batchfile
Executable file

@echo off
setlocal EnableDelayedExpansion
call configuration_cmd
call github_setup
call write_cache
call get_local_text switch_install switch install
call get_local_text switch_close switch close
call get_local_text switch_open switch open
echo %switch_install%
echo %switch_close%
echo.
set /p "dummy=%switch_open%"
endlocal