Advertisement
Nathansswell

Matrix 2

Nov 3rd, 2014
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.03 KB | None | 0 0
  1. @echo off
  2. mode con cols=80 lines=25
  3. title Matrix
  4. color 0a
  5. :matrix2
  6. set /a a=%random%*2/32767
  7. set /a aa=%random%*2/32767
  8. set /a b=%random%*2/32767
  9. set /a c=%random%*2/32767
  10. set /a d=%random%*2/32767
  11. set /a e=%random%*2/32767
  12. set /a f=%random%*2/32767
  13. set /a g=%random%*2/32767
  14. set /a h=%random%*2/32767
  15. set /a i=%random%*2/32767
  16. set /a j=%random%*2/32767
  17. set /a k=%random%*2/32767
  18. set /a l=%random%*2/32767
  19. set /a m=%random%*2/32767
  20. set /a n=%random%*2/32767
  21. set /a o=%random%*2/32767
  22. set /a p=%random%*2/32767
  23. set /a q=%random%*2/32767
  24. set /a r=%random%*2/32767
  25. set /a s=%random%*2/32767
  26. set /a t=%random%*2/32767
  27. set /a u=%random%*2/32767
  28. set /a v=%random%*2/32767
  29. set /a w=%random%*2/32767
  30. set /a x=%random%*2/32767
  31. set /a y=%random%*2/32767
  32. set /a z=%random%*2/32767
  33. echo %a%%b%%c%%d%%e%%f%%g%%h%%i%%j%%k%%l%%m%%n%%o%%p%%q%%r%%s%%t%%u%%v%%aa%%w%%x%%y%%z%%a%%b%%c%%d%%e%%f%%g%%h%%i%%j%%k%%l%%m%%n%%o%%p%%q%%r%%s%%t%%u%%v%%w%%x%%y%%z%%a%%b%%c%%d%%e%%f%%g%%h%%i%%j%%k%%l%%m%%n%%o%%p%%q%%r%%s%%t%%u%%v%%w%%x%%y%%z%
  34. goto matrix2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement