Advertisement
Adm1n_0v3rride

Rainbowclock.bat

Aug 2nd, 2019
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.25 KB | None | 0 0
  1. @echo off
  2.  
  3. title Multi coloured time
  4.  
  5. :1
  6.  
  7. color 0a
  8.  
  9. echo Time: %time%
  10.  
  11. goto 2
  12.  
  13. :2
  14.  
  15. color 0b
  16.  
  17. echo Time: %time%
  18.  
  19. goto 3
  20.  
  21. :3
  22.  
  23. color 0c
  24.  
  25. echo Time: %time%
  26.  
  27. goto 4
  28.  
  29. :4
  30.  
  31. color 0d
  32.  
  33. echo Time: %time%
  34.  
  35. goto 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement