home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / d / dsharp10.zip / COLORS.BAT < prev    next >
DOS Batch File  |  1993-01-24  |  5KB  |  64 lines

  1. @echo off
  2. ::: This batch file requires ANSI.SYS or equivalent.
  3.  
  4. echo     To set the ANSI color attributes, enter Esc[#;#;#m 
  5. echo     where the first # is 0 for normal and 1 for bright,
  6. echo     the second # is the desired foreground color and
  7. echo     the third # is the desired background color.
  8. echo     Select colors from the list below:
  9. echo     ┌─────────────────────────────┬──────────────────────────────┐
  10. echo     │          NOTE: Colors displayed here are BRIGHT            │
  11. echo     │  30   black foreground      │  40   black background       │
  12. echo     │  31   red foreground        │  41   red background         │
  13. echo     │  32   green foreground      │  42   green background       │
  14. echo     │  33   yellow foreground     │  43   yellow background      │
  15. echo     │  34   blue foreground       │  44   blue background        │
  16. echo     │  35   magenta foreground    │  45   magenta background     │
  17. echo     │  36   cyan foreground       │  46   cyan background        │
  18. echo     │  37   white foreground      │  47   white background       │
  19. echo     └─────────────────────────────┴──────────────────────────────┘
  20. echo     To set additional attributes enter: Esc[#m where # is the number of the
  21. echo     desired attribute.  Select attributes from the list below:
  22. echo  0  all attributes off (white on black)        5  blink                  
  23. echo  1  bold on                                    7  reverse video   
  24. echo  4  underscore (on IBM Monochrome Display)     8  invisible        
  25. echo.
  26. pause
  27. echo 
  28. echo.
  29. echo    ─────────────────────── NON - BRIGHT ───────────────────────
  30. echo      30-40  31-40 32-40 33-40 34-40 s
  31. echo u35-40 36-40 37-40 
  32. echo      30-41  31-41 32-41 33-41 34-41 s
  33. echo u35-41 36-41 37-41 
  34. echo      30-42  31-42 32-42 33-42 34-42 s
  35. echo u35-42 36-42 37-42 
  36. echo      30-43  31-43 32-43 33-43 34-43 s
  37. echo u35-43 36-43 37-43 
  38. echo      30-44  31-44 32-44 33-44 34-44 s
  39. echo u35-44 36-44 37-44 
  40. echo      30-45  31-45 32-45 33-45 34-45 s
  41. echo u35-45 36-45 37-45 
  42. echo      30-46  31-46 32-46 33-46 34-46 s
  43. echo u35-46 36-46 37-46 
  44. echo      30-47  31-47 32-47 33-47 34-47 s
  45. echo u35-47 36-47 37-47 
  46. echo    ────────────────────────── BRIGHT ──────────────────────────
  47. echo      30-40  31-40 32-40 33-40 34-40 s
  48. echo u35-40 36-40 37-40 
  49. echo      30-41  31-41 32-41 33-41 34-41 s
  50. echo u35-41 36-41 37-41 
  51. echo      30-42  31-42 32-42 33-42 34-42 s
  52. echo u35-42 36-42 37-42 
  53. echo      30-43  31-43 32-43 33-43 34-43 s
  54. echo u35-43 36-43 37-43 
  55. echo      30-44  31-44 32-44 33-44 34-44 s
  56. echo u35-44 36-44 37-44 
  57. echo      30-45  31-45 32-45 33-45 34-45 s
  58. echo u35-45 36-45 37-45 
  59. echo      30-46  31-46 32-46 33-46 34-46 s
  60. echo u35-46 36-46 37-46 
  61. echo      30-47  31-47 32-47 33-47 34-47 s
  62. echo u35-47 36-47 37-47 
  63. echo.
  64.