Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks
|
Inspired by the movie Matrix, this falling code trick is extremelypopular on social networking websites.
Copy and paste the code given below inNotepad and save the file as "Matrix.bat" or *.bat.
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%
goto tricks
 |
Matrix Falling Code Effect - Notepad Trick |
Upon running the bat file, you will see the "Matrix falling code" effect.
|
Make a Personal Diary with Notepad
You can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note. To do so, open Notepad and type .LOG in capital letters and press Enter. Save the file. Now, every time you open this file, notepad will automatically insert the current time and date before the note. Just enter your note and don't forget to save the file each time after making an entry.
No comments:
Post a Comment