January 10, 2012

 How to Create Matrix Falling Code Effect Using NotePad



How to create falling Matrix Code Effect in Notepad

Create a falling matrix effect using notepad which will display matrix effect like you may have seen in movies that is numbers flashes in green color. The falling matrix code effect in notepad is extremely easy to do, Just add the code to a notepad file and save it as a batch (bat) file


So, here’s how to make the falling matrix code in notepad.

Open Notepad and type in the below code (or) just copy and paste it

Source Code: Download Code Below
Download Matrix.bat     Download Matrix.bat Zip


@echo off

color 02

:start

echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%

goto start
Then save this file as Matrix.bat 
Now open this file as see matrix effect on your screen.



Single Character Matrix Code Effect :
Source Code: Download Code Below
 
Download Matrix2.bat      
Download Matrix2.bat Zip
Here's another Single Character Matrix code effect using notepad.
Open Notepad and type in the below code (or) just copy and paste it


@echo off
color 0a
:A
echo 7 y x 3 W 8 G M P q 1 F 0 U v c i j O D s a E I j H 9 t 6 7 z C B 4 g 8 3 W 8 G
ping localhost -n 1 > nul
goto A
Then save this file as Matrix2.bat 
Now open this file as see matrix effect on your screen. 

You can also modify this code to view your Name/Company information on this matrix screen.
Search some given text in the source code 7 y x 3 W 8 G M P q 1 F 0 U v c i j O D s a E I j H 9 t 6 7 z C B 4 g 8 3 W 8 G  then replace your Name/Company information save it as  Matrix3.bat
Now open this file you can see your Name/Company information on your screen

That's all.

Search Terms : How to, Make Matrix effect in Notepad, Create a Falling Matrix Code Effect in Notepad , The falling matrix code effect in notepad, Notepad Tricks, Matrix Falling Code Effect, Make the Matrix Raining Codes by Using Notepad, Make the Matrix with glowing letters in notepad, Matrix Effect Through Notepad, Create Matrix Effect by Notepad, Generate the Matrix Rain Effect Using Notepad, Make the matrix in batch file, Try Matrix Effect in your PC, NotePad Matrix falling effect Tutorial, Notepad tricks, Notepad effects, Notepad Matrix, Falling Matrix screen effect, Matrix.bat, CMD, Batch file, Matrix batch code, Notepad CMD BAT,


CAUTION! : These tips and tricks are advanced, we can not guarantee that you will be able to solve your problem that result from using tips and tricks incorrectly and is used at your own risk.
Category: Tips & Tricks
Operating System : Windows

 Make Falling Matrix Code Effect in Notepad - Video


This video will show you falling matrix effect using notepad and How to create Matrix Effect?



If you're having trouble playing videos, we suggest you to install the latest version of the Adobe Flash player.

If you're seeing the "You need to upgrade your Adobe Flash Player to watch this video / Missing Plug-in" error,

First you can upgrade the latest version of “Adobe Flash Player” after that view/play video’s.

Get the latest Adobe Flash Player (Download Adobe Flash Player)

Search Terms : How to, Make Matrix effect in Notepad Video, Create a Falling Matrix Code Effect in Notepad Video , The falling matrix code effect in notepad video tutorial, Notepad Tricks videos, Matrix Falling Code Effect video, Make the Matrix Raining Codes by Using Notepad video tutorial, Make the Matrix with glowing letters in notepad, Matrix Effect Through Notepad, Create Matrix Effect by Notepad, Generate the Matrix Rain Effect Using Notepad, Make the matrix in batch file, Try Matrix Effect in your PC video, NotePad Matrix falling effect Tutorial, Notepad tricks videos, Notepad effects videos, Notepad Matrix video, Falling Matrix screen effect video tutorial



February 25, 2011

 USB Flash Drive




A USB flash drive is a compact and easy to use device that works like a portable hard drive. Typically USB flash drives are removable and the data is erasable/rewritable, they can hold up to 128 MB to 16 GB of information. It can easily be slip into your pocket, look like keychain. It plugs into your computer USB port. There are different types of USB flash drives available in different storage capacities and this devices goes by many names like – Jump Drive, Pocket drive, Pen drive, Thumb drive, Flash drive etc.,

Your Ad Here