Search This Blog

Sunday, June 16, 2013

Awesome non stop randomised number display:

How to make a image like this:
 Its so simple to do this. Just Open notepad and copy paste the following code:

 @echo off
 color 02
 :start
 echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
 goto start

and save this as filename.bat
click on it and enjoy!!



0 comments:

Post a Comment