Updated C env info, and display info.

This commit is contained in:
2018-05-22 20:00:01 +02:00
parent 37f5f8457d
commit ec7212d206
7 changed files with 90 additions and 22 deletions

View File

@@ -10,18 +10,20 @@ set TCCLECMD="C:\apps\JPSoft\TCCLE14x64\tcc.exe"
@echo 4: starting environment
@echo 5: bootstrap environment
@echo 6: display logs
@echo -------------------
@echo i: display info
@echo -------------------
@echo q: quit
CHOICE /C 123456q /M " > selection:"
CHOICE /C 123456iq /M " > selection:"
if .%ERRORLEVEL%. == .1. GOTO make_delivery
if .%ERRORLEVEL%. == .2. GOTO make_exes
if .%ERRORLEVEL%. == .3. GOTO make_installations
if .%ERRORLEVEL%. == .4. GOTO starting_env
if .%ERRORLEVEL%. == .5. GOTO bootstrap_env
if .%ERRORLEVEL%. == .6. GOTO display_logs
if .%ERRORLEVEL%. == .4. goto end
if .%ERRORLEVEL%. == .7. GOTO display_info
if .%ERRORLEVEL%. == .8. goto end
goto end
:make_delivery
@@ -49,4 +51,9 @@ goto end
echo %INSTALL_LOG%
goto end
:display_info
echo Display Info
%TCCLECMD% display_information.btm
goto end
:end