Tutorials Navigation

Tutorials :: New :: Popular :: Top Rated

Tutorials: 18,326 Categories: 12

Total Tutorial Views: 41,419,223

How to: Matrix Numbers | Batch File

Tutorial Name: How to: Matrix Numbers | Batch File  

Category: PC Tutorials

Submitted By: Frog

Date Added:

Comments: 0

Views: 1,582

Related Forum: PC Building Forum

Share:

How to make your command prompt run numbers like the matrix with a notepad script


1) Open notepad.
2) Paste the script below into notepad.
3) Save the file as "YOURNAME.bat". (YOURNAME = whatever name you wish.)
4) Open the file.
5) Enjoy the show.

The script
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

Tip: If you click when the numbers are scrolling, it will pause. If you press enter, it will begin again.

Ratings

Current rating: 4.00 by 3 users
Please take one second and rate this tutorial...

Not a Chance
1
2
3
4
5
6
7
8
9
10
Absolutely

Comments

"How to: Matrix Numbers | Batch File" :: Login/Create an Account :: 0 comments

If you would like to post a comment please signin to your account or register for an account.