added title for the software installation process

This commit is contained in:
Glen De Cauwsemaecker 2014-03-24 04:34:58 +01:00
parent 7a984b4988
commit 50f37b526e
4 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,7 @@
_____ ___________ _____ _ _ ___ ______ _____
/ ___|| _ | ___|_ _| | | |/ _ \ | ___ \ ___|
\ `--. | | | | |_ | | | | | / /_\ \| |_/ / |__
`--. \| | | | _| | | | |/\| | _ || /| __|
/\__/ /\ \_/ / | | | \ /\ / | | || |\ \| |___
\____/ \___/\_| \_/ \/ \/\_| |_/\_| \_\____/

View file

@ -7,6 +7,9 @@ if %system_info_os% == XP (
call print_exit
)
call print_install_header
call print_dashed_seperator
call get_category ..\\config\\downloads.coco downloads downloads_count general-general general-%system_info_bit% %system_info_os%-%system_info_bit%
::for /l %%i in (1, 1, %downloads_count%) do (

View file

@ -0,0 +1 @@
call print_file ..\\config\\install_header.coco

View file

@ -2,7 +2,7 @@
setlocal EnableDelayedExpansion
Color 0A
mode con: cols=78 lines=60
mode con: cols=78 lines=55
call print_header
call print_dashed_seperator