Introduction: How to Make a Loading Screen for .bat Programs
(WARNING: This One Contains Advanced Strings of Code 9+)
This Will Show You How To Make An Advance Loading Screen For .bat
(Use This On Other .bat Programs Or If You Want A New .bat Program)
Step 1: Open Notepad
(SORRY I FORGOT THIS STEP XD)
Pres WIN Button + R At the Same time until "Run" Comes up.
Then Type In "notepad"
Step 2: Save It (Optional for This)
(If You Want To use This On A New .bat Program Then Follow These Steps)
If You Want It On A New .bat Program Then Save It As Whatever You Want But Put .bat On The End Or The Loading Screen Won't Work
Step 3: The Code
Here Is The Advanced Code:
@echo off
echo Loading Text Color...
ping localhost -n 5 >nul
color 0a
echo Loading Title ...
ping localhost -n 5 >nul
title Welcome!
echo Loading...
ping localhost -n 5 >nul
(Put Whatever You Want After you Made The Loading Screen Code)
Step 4: Testing
When Your Done Save It Then run The Program And The Loading Screen Should Do This (Example In The Image)