Advertisement
roblocircuit

Matrix Batch File

Sep 30th, 2020 (edited)
1,006
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.24 KB | None | 0 0
  1. @echo off
  2. color 0a
  3. title Matrix
  4. goto greeting
  5.  
  6. :greeting
  7. cls
  8. echo Press any key to begin the Matrix loop.
  9. pause
  10. cls
  11. mode 1000
  12. goto Matrix
  13.  
  14. :Matrix
  15. echo 0101010101(Paste thousands of times to cover the full screen)
  16. goto Matrix
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement