Introduction: Loading Bar (Batch Programming)

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

Step 1: Step2.

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

Step 2: 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