Simple .bat matrix code in CMD


SUBMITTED BY: DraganaPanic

DATE: Feb. 3, 2016, 8:47 p.m.

FORMAT: Text only

SIZE: 232 Bytes

HITS: 7473

  1. Simple matrix in CMD :
  2. 1.Open notepad
  3. 2.copy this
  4. @echo off
  5. Cls
  6. Color 02
  7. :top
  8. Echo %random%%random%%random%%random%%random%
  9. Goto top
  10. 3. Save as , change to all files and save as .bat file , for example (matrix.bat)

comments powered by Disqus