Notepad Prank: Make MATRIX Effect Using Notepad
Step1:- To make a matrix effect at first open your Notepad.
Step2:- Now just copy the code below and paste it to your note book ,
----------------------------------------------------------------------------------------------------------------------------------
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
----------------------------------------------------------------------------------------------------------------------------------
Step3:- Now you just have to save the file by giving .bat extension.
Click File and then click Save As , Type any name and give the .bat extension.
For example, matrix.bat or name.bat.
No comments:
Post a Comment