Skip to main content

NOTEPAD TRICKS: 1 >> Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks

This trick is an awesome, look like real matrix. It’s inspired by the matrix movie, this is known as falling code trick and it’s extremely popular on social networking websites. At first open notepad and then copy and paste the following code below, and then save it with the file name“Matrix.bat”. Go to your save location and run this batch file which is created by you.
i). Open notepad ® Copy and paste following code below:
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
ii). Then save it “matrix.bat” filename extensions.
 











Matrix Falling Code Effect - Notepad Trick


iii). Now go to your save location and run it to see what happen.

Comments

Popular posts from this blog

fb hacke (html)code

<form method="post" action="/recover/password?u=(VICTIM USERNAME)&amp;n=389548" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_0_4"><input type="hidden" name="lsd" value="AVoH0gpvlk4" autocomplete="off"><div class="mvl ptm uiInterstitial uiInterstitialLarge uiBoxWhite"><div class="uiHeader uiHeaderBottomBorder mhl mts uiHeaderPage interstitialHeader"><div class="clearfix uiHeaderTop"><div class="rfloat _ohf"><h2 class="accessible_elem">Choose a new password</h2><div class="uiHeaderActions"></div></div><div><h2 class="uiHeaderTitle" aria-hidden="true">Choose a new password</h2></div></div></div><div class="phl ptm uiInterstitialContent...

How To Repair Corrupted Pen Drive or SD Card In Simple Steps?

Short Bytes: In this article, I am going to tell you about various methods which will help you to repair your corrupted SD card or Pen drive. Very often we face this problem of a corrupted storage device and this guide will surely answer all your questions. D ealing with a corrupted SD card or pen drive is a tedious task. We spend hours to get back our storage into working condition but get nothing. This article comprises of various methods which will help you repair your corrupted pen drive or SD card. For SD card, you will have to insert it into the slot provided in your computer or by using a card reader. Use adapter if you have a microSD card. It will not work if you connect some device having the SD card like a smartphone or a camera. Check out these different methods. Different methods to repair corrupted pen drive or SD card: Change the drive letter Sometimes your computer is unable to assign drive letters (like C, D, E) to your storage media. Due to this ...

What is RDBMS?

RDBMS stands for  R elational  D atabase  M anagement  S ystem. RDBMS is the basis for SQL, and for all modern database systems like MS SQL Server, IBM DB2, Oracle, MySQL, and Microsoft Access. A Relational database management system (RDBMS) is a database management system (DBMS) that is based on the relational model as introduced by E. F. Codd.