1. @echo off
  2. col 0 "This line is dark red"
  3. col 1 "This line is green"
  4. col 2 "This line is red"
  5. col 3 "This line is blue"
  6. col 4 "This line is yellow"
  7. col 5 "This line is cyan"
  8. col 6 "This line is white"
  9. col 7 "This line is magenta"
  10. col 8 "This line is dark cyan"
  11. col 9 "This Line is dark yellow"
  12. col a "This line is dark magenta"
  13. col b "This line is dark green"
  14. col c "This line is dark blue"
  15. col d "This line is dark gray"
  16. col e "This line is gray"
  17. echo.
  18. col rnd "Random color will be selected when starting!"
  19. col rnd "Random color will be selected when starting!"
  20. col rnd "Random color will be selected when starting!"
  21. echo.
  22. col rainbow "This is an awesome rainbow! - custom code"
  23. echo.
  24. col about
  25. echo.
  26. pause

For use with col.exe from Fantastiic.net