BE A COMP BUFF IN FRONT OF YOUR FRNZZ
A SIMPLE PROGRAMME TO GENERATE RANDOM
NUMBERS IN YOUR COMPUTER SCREEN USING SIMPLE NOTEPAD
You might
have seen in many movies, the screen of a computer hacker having random numbers
running in an interesting way.
This can be
established in your pc screen also. You can just show off in front of your
friends.
Just follow
these simple methods.
1) open
notepad
2) type
these codes
@echo
off
color
02
:start
echo
%random% %random% %random% random% %random%
goto
start
3) now save
your file .but while saving make note that you change the extension from .txt
to .bat
.bat is a
file extension and this kind of files is called as batch operating files. These
files run in command prompt window.
4) Now an
icon will be created in the place you have saved. Now double click on the icon.
Now you will see the random numbers running on your screen.
Comments
Post a Comment