Cool notepad Tricks Part 1
Matrix effect is basically number
flashes in green color.
1st Open Notepad and copy below code into it.
@echo off
color 02
:start
echo %random% %random% %random%
%random% %random% %random% %random% %random% %random% %random%
goto start
2nd Now
save this file as Matrix.bat
3rd Open you’re saved file and you will have matrix effect on your screen.
3rd Open you’re saved file and you will have matrix effect on your screen.
Part 2 Coming soon................
No comments:
Post a Comment