Everything on this Weblog is Verified by me. Feel Free to do so.If you have any issue related to any post of this weblog. Feel Free to Comment or Contact me through my facebook account. Link is Availble is the blog. Thanks a lot for your Visit. (HaXoR)

Monday, August 5, 2013

Matrix Notepad trick

No comments :

Notepad is the most essential text editor for PC, it is used in taking notes, writing codes, etc.It can be used for doing some fun stuffs too, let me show you tricks of notepad:


------>The Matrix falling trick

Copy and paste the below code in a new notepad and then save it as matrix.bat

@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks

Now run the matrix.bat file by double clicking it and then see the effect.


Note u can change to file "Matrix" to anything But the format must be in .bat 
sooo Becareful

No comments :