Loading Bar (Batch Programming)

by LusoFeaz in Circuits > Software

7805 Views, 6 Favorites, 0 Comments

Loading Bar (Batch Programming)

Untitled.jpg
First copy and download my pictures for better view if isnt good now.

Step2.

Untitled.jpg
Now just copy this code.
@echo off
color 0a
:Load
echo ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ
echo Û°°°                Û
echo ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ
echo Loading - 2%
ping localhost -n 2 >nul

Step3.

Untitled2.jpg
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