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:
- Now, save it as matrix.bat
- Run the file to see the matrix.
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
0 blogger:
Post a Comment