This script is a loading script .. well it only looks like one , it doesn't actually load anything .. its if you just want the effect of something in a batch file to seem like it is loading ...
I will give you the script and i will show you how i did it ...
please leave a comment about what you thought ... Thanks
Also because of how awesome El Mano is =P
somewhere on the comments he has posted a better version of this..
Thanks El Mano =D .. saves me the work of posting it.
Remove these ads by
Signing UpStep 1: Steal My Script
Loading.bbat5 KB




































Visit Our Store »
Go Pro Today »




@echo off
title Loading... By El Mano
color 0a
set load=
set/a loadnum=0
:Loading
set load=%load%()
cls
echo.
echo Loading... Please Wait...
echo ----------------------------------------
echo %load%
echo ----------------------------------------
ping localhost -n 2 >nul
set/a loadnum=%loadnum% +1
if %loadnum%==20 goto Done
rem You can set the number of ()'s as whatever you rem want but remember: in your "loading box" you rem need 2 spaces for every () because "()" takes up rem 2 spaces. The above box has 40 spaces, so rem twenty repeats, adding 1 () every repeat.
goto Loading
:Done
echo.
pause
rem *your action here*
exit
Feel free to modify, use, or ignore this. It's not copyrighted.
" set load=%load%"
why not just
"set load=()"?
Set load=%load%()
takes what %load% already contains, a number of ()'s, and adds another () to the end of the line, so that with each loop the screen echoes one more ().
%number%+1
but for a variable very cool thank you ^.^
its a better version of this and uses less space =]
-code-
ping localhost -n 2 >nul
rem call keyboard led loader
start twinkle.vbs
cls
echo.
-/code-
then actually called a program
-code-
echo.
echo.
echo ***************************************
echo ************* Thanks For **************
echo **************** Your *****************
echo **************** Time *****************
echo ***************************************
pause >nul
start C:\Program Files\Gamescampus\xiah\xiah.exe
-/code-
then used bat to exe to put it all into one file added the xiah icon and sent it to my friends who play this game all the time