Make a Matrix program using Notepad.

Post date: Jul 6, 2011 3:26:54 AM

Do you want to create matrix movie? you don't required any multimedia software to do so. Just you need to have notepad and cmd prompt.

To make this, open notepad and type the following:

@echo off

color 2

:start

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

goto start

Save this file as Matrix.bat

Make sure the file type is kept as ALL FILES while saving it as a .bat file.

Open the saved file and see the magic.

Alternative Single Character Matrix

Type in the following in notepad:

@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

Save the file as Matrix2.bat and run the file.

The file type should be kept as ALL FILES while saving a .bat file.

Courtesy 10 Awesome Notepad Tricks