Hi friends. Today, I
am going to tell you a trick to create a .bat file which shows a matrix text
when you open it. It will be very funny if you use it as a prank by pasting the
.bat file in your friends' computers' startup folder. Whenever your friend
will start his pc, he will see this matrix on his screen. So, let's
start:
Follow The Steps Below:
·
Open notepad.
·
Copy and paste this code:
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
·
Now, save it as matrix.bat
·
Run the file to see the matrix.
No comments:
Post a Comment