How to Make a Loading Screen for .bat Programs
by TheNerdySmallSmartCoder45 in Circuits > Microsoft
4691 Views, 8 Favorites, 0 Comments
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)
Open Notepad
(SORRY I FORGOT THIS STEP XD)
Pres WIN Button + R At the Same time until "Run" Comes up.
Then Type In "notepad"
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
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)
Testing
When Your Done Save It Then run The Program And The Loading Screen Should Do This (Example In The Image)