Matrix Effect
Now we’ll discuss a Notepad trick that can turn our command prompt into something that looks like it just came out of the matrix movie, or maybe something that looks like something straight out of a hacker’s system. For doing this, all you need to do is paste the following code in notepad
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
now you’ll need to save this file with an extension .bat , and upon clicking on the .bat file that you have created, you’ll see something like this.
Assign different values to the color, and have fun.
0 comments:
Post a Comment