codecombat/scripts/windows/coco-dev-setup/batch/setup.bat
2014-03-23 02:33:03 +01:00

16 lines
No EOL
370 B
Batchfile
Executable file

@echo off
setlocal EnableDelayedExpansion
Color 0A
mode con: cols=78 lines=60
call print_header
call print_dashed_seperator
call get_config version
call get_config author
call get_config copyright
echo Welcome to the automated Installation of the CodeCombat Dev. Environment!
echo v%version% authored by %author% and published by %copyright%.
endlocal