How to make Matrix effect in notepad
This is a very very simple batch code, and also one of the greatest
- Open Notepad
- Copy and Paste the code below
- Save the file as matrix.bat
- Click text document and change it to all files
- enjoy :)
@echo off cls :loop color 0a echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
goto loop
Teacher Notes
Teachers! Did you use this instructable in your classroom?
Add a Teacher Note to share how you incorporated it into your lesson.
5 Discussions
2 years ago
I like dank.
3 years ago
For more useful batch files please visit to my blog.
batch798.blogspot.in
Reply 3 years ago
Ok thx
4 years ago
full screen one here
https://www.instructables.com/id/Full-screen-batch-...
:)
Reply 4 years ago
Oh yeah, I think I went to your instructable some time ago to know how to change cmd to fullscreen.