Many things can do with Windows Notepad, one is : making 'matrix' effect,
to impress your friends, to pass the time, etc.
Very easy , you only need to copy and paste a few code to the notepad, and save as a file with bat extension.
Open Notepad.
Copy and paste this codes to notepad :
@echo off
color 02
:mat
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto mat
Save file as a Bat file
For example : matrix.bat
Save as type : All Files
Encoding : ANSI
Click Save.
To run or execution, double click on the file.
Other posts :
Swapping Mouse Button Function (right to left , left to right) Using Notepad
How To copy contents from Command Prompt to Notepad or Ms.Word
How to hide text documents inside Notepad
to impress your friends, to pass the time, etc.
Very easy , you only need to copy and paste a few code to the notepad, and save as a file with bat extension.
Open Notepad.
Copy and paste this codes to notepad :
@echo off
color 02
:mat
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto mat
Save file as a Bat file
For example : matrix.bat
Save as type : All Files
Encoding : ANSI
Click Save.
To run or execution, double click on the file.
Other posts :
Swapping Mouse Button Function (right to left , left to right) Using Notepad
How To copy contents from Command Prompt to Notepad or Ms.Word
How to hide text documents inside Notepad