mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 14:03:28 -04:00
added title for the software installation process
This commit is contained in:
parent
7a984b4988
commit
50f37b526e
4 changed files with 12 additions and 1 deletions
scripts/windows/coco-dev-setup/batch
7
scripts/windows/coco-dev-setup/batch/config/install_header.coco
Executable file
7
scripts/windows/coco-dev-setup/batch/config/install_header.coco
Executable file
|
@ -0,0 +1,7 @@
|
|||
_____ ___________ _____ _ _ ___ ______ _____
|
||||
/ ___|| _ | ___|_ _| | | |/ _ \ | ___ \ ___|
|
||||
\ `--. | | | | |_ | | | | | / /_\ \| |_/ / |__
|
||||
`--. \| | | | _| | | | |/\| | _ || /| __|
|
||||
/\__/ /\ \_/ / | | | \ /\ / | | || |\ \| |___
|
||||
\____/ \___/\_| \_/ \/ \/\_| |_/\_| \_\____/
|
||||
|
|
@ -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 (
|
||||
|
|
1
scripts/windows/coco-dev-setup/batch/scripts/print_install_header.bat
Executable file
1
scripts/windows/coco-dev-setup/batch/scripts/print_install_header.bat
Executable file
|
@ -0,0 +1 @@
|
|||
call print_file ..\\config\\install_header.coco
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue