Trending: TeCh ZoNe

Tuesday, January 10, 2012

Batch File Loop Trick



This bit is lame but what the hey this document is aimed at the lame.(no offence). Here are some simple programs which just loop:-

:loop
dir/s
goto loop

The above displays all the file on the hard drive and dont stop!

:loop echo Hello world my name is loopy loo!
goto loop

This one will make the text scroll down the page

@echo off :poo cls echo Loopy loo needs a poo!
pause bell^G^G^G goto poo



All Rights Reserved TeCh ZoNe | Blogger Template by Bloggermint
back to top