First of all open notepad-->
Then type the below code into notepad
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
Note : The code is case sensitive.
Now save the file as aanyname.bat
Be sure to add .bat extension or else it will not work.
TRICK EXPLAINED
In the code color 02 indicates color of text i.e 02 is for green you can change to whatever you want
echo %random% displays a random number on screen and finally the :start and goto start forms a loop.



0 comments:
Post a Comment