In this post i will show you how to create matrix effect using notepad. It is very simple and easy trick. Follow these simple steps to creat matrix code fallng effect:-
See Also:-5 best websites to learn programming
Step 1- Open notepad and type the below code in notepad
@echo off
color 02
:start
echo 0100001011000100100001111110111
010000101100010010000111111000111001
010000101100010010000111111000111001
01000010110001001000011111100011100101
goto start
Step 2- Now save this file as matrix.bat
Step 3-Open the file by double clicking on it.
See Also:-5 best websites to learn programming
Step 1- Open notepad and type the below code in notepad
@echo off
color 02
:start
echo 0100001011000100100001111110111
010000101100010010000111111000111001
010000101100010010000111111000111001
01000010110001001000011111100011100101
goto start
Step 2- Now save this file as matrix.bat
Step 3-Open the file by double clicking on it.
And that's all. You will see the code falling effect.
0 comments:
Post a Comment