This is a Master piece.
Just follow the steps and see the amazing matrix effect happen in your DOS window:
1. Open Notepad.
2. Copy the below mentioned text in your notepad file:
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
4. Now run the batch file to see the effect.
No comments:
Post a Comment