Made the get_var system easier and cleaner to use

This commit is contained in:
Glen De Cauwsemaecker 2014-03-23 02:33:03 +01:00
parent a9a6f0242b
commit 6ae8464e6d

View file

@ -8,11 +8,8 @@ call print_header
call print_dashed_seperator
call get_config version
set "version=%temp_var%"
call get_config author
set "author=%temp_var%"
call get_config copyright
set "copyright=%temp_var%"
echo Welcome to the automated Installation of the CodeCombat Dev. Environment!
echo v%version% authored by %author% and published by %copyright%.