EveryCircuit
Powering up...
Circuit
Public
Private
Unlisted
Save

To make a Matrix in PC

@Timko
11 years ago
https://everycircuit.com/circuit/5132715919671296
Windows. Create batch file and write: @echo off color 0a :start echo (14x write %random%) goto start To make a random color of text: @echo off color 0a :start color %num% echo (14x write %random%) goto start
Comments
Post