Last time you learn HOW TO DELETE C: DRIVE WITH A BATH FILE PROGRAM.
Heres another BATCH FILE Program with which you will learn to create a matrix effect over your computer screen.MATRIX Effect let you see a whole set of green coloured numbers flashing over your computer screen randomly.
Here's the batch file program for THE MATRIX EFFECT:
1. Open NOTEPAD and copy or write the following CODE into it.
@echo off
color 02
:start
echo %random% %random% %random% %random%
%random% %random% %random% %random%
%random% %random%
goto start
2.Save this file as Matrix.bat.
(Remember any name can be used in place of matrix but .bat is must)
3. Open this saved file and enjoy the matrix effect over your screen.