Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :: Do not mess anything its alright even if it looks bad
- @echo off
- title MOOZE
- setlocal EnableDelayedExpansion
- :: Set console width for centering
- mode con cols=80
- :: Clear screen
- cls
- :: Center the ASCII art (assuming 80-column console, art is ~50 chars wide)
- set "padding= " :: 20 spaces for centering
- echo.
- echo.
- echo %padding% _^| _^| _^|_^| _^|_^| _^|_^|_^|_^|_^| _^|_^|_^|_^|
- echo %padding% _^|_^| _^|_^| _^| _^| _^| _^| _^| _^|
- echo %padding% _^| _^| _^| _^| _^| _^| _^| _^| _^|_^|_^|
- echo %padding% _^| _^| _^| _^| _^| _^| _^| _^|
- echo %padding% _^| _^| _^|_^| _^|_^| _^|_^|_^|_^|_^| _^|_^|_^|_^|
- echo.
- echo.
- echo %padding% Installing MOOZE...
- timeout /t 2 /nobreak >nul
- echo %padding% Loading MOOZE...
- timeout /t 2 /nobreak >nul
- echo %padding% Injecting MOOZE...
- timeout /t 2 /nobreak >nul
- echo %padding% Almost Done
- timeout /t 2 /nobreak >nul
- echo %padding% Done
- pause >nul
Advertisement
Add Comment
Please, Sign In to add comment