Loading Bar (Batch Programming)
by LusoFeaz in Circuits > Software
7805 Views, 6 Favorites, 0 Comments
Loading Bar (Batch Programming)
First copy and download my pictures for better view if isnt good now.
Step2.
Now just copy this code.
@echo off
color 0a
:Load
echo ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ
echo Û°°° Û
echo ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ
echo Loading - 2%
ping localhost -n 2 >nul
@echo off
color 0a
:Load
echo ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ
echo Û°°° Û
echo ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ
echo Loading - 2%
ping localhost -n 2 >nul
Step3.
Adding a loop if you want. And what this does is basically just repeat the whole loading bar from Loading - 2%
Here's the code.
:loop
goto Load
Here's the code.
:loop
goto Load