|
theonlinegamers (November 30, 1999 at 12:00 am)
woah nice :)
signofdevil666 (November 30, 1999 at 12:00 am)
sorry meant@echo offfor /L %%A in (30,-1,0) do (echo %%Aping localhost -n 2 >nul)
signofdevil666 (November 30, 1999 at 12:00 am)
@echo offfor /L %%A (30,-1,0) do (echo %%Aping localhost -n 2 >nul) does same thing
signofdevil666 (November 30, 1999 at 12:00 am)
@echo offfor %%a in (1,2,3,4,5) do (ping localhost -n 2 >nul)shutdown -f -s -t 00something like that right
dannyphantomthebest (November 30, 1999 at 12:00 am)
Cool It Works
Palkia323 (November 30, 1999 at 12:00 am)
HA HA HA LOL!!!!"i created a BITCH file..."i know it was an error but it was funny!
Amn32ia (November 30, 1999 at 12:00 am)
calculator :)@echo offtitle Calc:loopclsset /p first=First number: echo.echo Mark ( + - * / )set /p mark=Mark: echo.set /p second=Second number: set /a final=%first%%mark%%second%echo.echo %final%pausegoto loop
signofdevil666 (November 30, 1999 at 12:00 am)
Try this@echo offtitle timerset time=31:loopif %time%=0 goto :endset /a time=time-1echo %time%ping localhost -n 1 >nulgoto loop:end echo Time's Up!
metroidgoodsuit (November 30, 1999 at 12:00 am)
ye I got that thing to
Gameplayery (November 30, 1999 at 12:00 am)
lawl, would u plz mind telling me how? |