Easy Matrix Effect (Batch File)

by BatchProgrammer in Circuits > Computers

2378 Views, 27 Favorites, 0 Comments

Easy Matrix Effect (Batch File)

download.jpg

This is an extremely easy batch effect that looks a little bit like the "Matrix"!

The Code

step12.bmp

First copy and paste this code below into Notepad++ (http://notepad-plus-plus.org/)

@echo off
color a

title hack02

cls

:A

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

goto A

pause

NOTE: Put a space between echo and the first %random%

Saving It

step2.bmp

Save the file as a .bat

And in "All Types" not "Normal Text File"

You can save it anywhere!

Open It

step22.bmp

Now you just need to double click it!