Many things can be done by using Notepad, one of which is to make Matrix effect.
Matrix Effect Using Notepad
Matrix Effect Using Notepad
To create a matrix effect like the picture above is not hard, just copy and paste the following code below into Notepad and save it with the file extension Bat.
• Open Notepad (Start - All Programs - Accessories - Notepad)
• Copy Paste the following code:
@ Echo off
color 02
: Mat
echo% random%% random%% random%% random%% random%% random%% random%% random%
goto mat
• Save the file with a bat, for example matrix.bat
Save as type: All Files
Encoding: ANSI
• Click on Save
• To run, double click on the newly created bat file.
You have just read an article that categorized Others /
Windows Tips
by title "Matrix Effect Using Notepad". You can bookmark this page with a URL https://de-computer-tips.blogspot.com/2013/11/matrix-effect-using-notepad.html.