add ascii art
false alarm!!! found an ascii generator which will generate art with normal characters supported by cmd.exe
This commit is contained in:
parent
7b5369bf43
commit
b361ff5a87
@ -36,17 +36,44 @@ echo Updating...
|
|||||||
@timeout /t 2 >nul 2>&1
|
@timeout /t 2 >nul 2>&1
|
||||||
|
|
||||||
tar -xvzf %mcroot%/mods.tar.gz -C %modfolder%
|
tar -xvzf %mcroot%/mods.tar.gz -C %modfolder%
|
||||||
:::
|
|
||||||
::: へ ♡ ╱|、
|
::: :+++++=
|
||||||
::: ૮ - ՛ ) (` - 7
|
::: -++++++.
|
||||||
::: / ⁻ ៸| |、⁻〵
|
::: :++++++. .
|
||||||
::: 乀 (ˍ, ل ل じしˍ,)ノ
|
::: .++++++. -=. -: .::
|
||||||
:::
|
::: =+++++. :=. =- .--:. -
|
||||||
|
::: =+++++. .+ =: -=. :=
|
||||||
|
::: =+++++. +. :.=* .=: =:
|
||||||
|
::: =++++= .+ +. -- :+ .=
|
||||||
|
::: .+++++= .= ..=: :. =
|
||||||
|
::: .++=++- .= .+- =
|
||||||
|
::: ==++*=::.. * +
|
||||||
|
::: =*#-+- .:---:. :=-- .-=%. --=#- ..::.--
|
||||||
|
::: :#=-*- .::--:.*: .+ #@. - *@@- .. -#:
|
||||||
|
::: ++:*. .:--==:--:: .%%-.. :=.
|
||||||
|
::: =++.:...::::::..... :---+-:. .:.: --
|
||||||
|
::: *=..:::.. .=.
|
||||||
|
::: :-. .=:::
|
||||||
|
::: ..:=. :-..-:---:
|
||||||
|
::: ==:- .=-: :=-
|
||||||
|
::: .= =- :--. .--
|
||||||
|
::: -- :-:. -= .::::-:=.
|
||||||
|
::: :- =- :+ .+
|
||||||
|
::: --- -: .+ +.
|
||||||
|
::: := -= .+ =:
|
||||||
|
::: +. -: =: :=.
|
||||||
|
::: -. .=: --.....::-:
|
||||||
|
::: .=- .= :-:----- .::::.
|
||||||
|
::: .-: .= ..+:
|
||||||
|
::: -=......:.:-:+ :=
|
||||||
|
::: .::--::... := -
|
||||||
|
::: =: =:
|
||||||
|
::: --::.--
|
||||||
|
::: ....
|
||||||
|
|
||||||
for /f "delims=: tokens=*" %%A in ('findstr /b ::: "%~f0"') do @echo(%%A)
|
for /f "delims=: tokens=*" %%A in ('findstr /b ::: "%~f0"') do @echo(%%A)
|
||||||
echo Sigma!
|
echo Sigma!
|
||||||
echo All done. C:
|
echo All done. C:
|
||||||
echo .
|
|
||||||
echo This window will close in ten seconds.
|
echo This window will close in ten seconds.
|
||||||
@timeout /t 10 >nul 2>&1
|
@timeout /t 10 >nul 2>&1
|
||||||
exit
|
exit
|
||||||
|
Reference in New Issue
Block a user