Advertisement
Morpheus212

Batch File Matrix Effect

Dec 1st, 2016
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. @echo off
  2. cls
  3. title Matrix
  4. color 0a
  5. :a
  6. echo %random%%random%%random%%random%%random%%random%%random%
  7. goto a
  8.  
  9.  
  10. FYI this is batch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement