home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
-
- Rem * This BAT file will create a Magenta background with a
- Rem * high-intensity Cyan foreground using our program, SETBF.EXE.
- Rem * ANSI.SYS m u s t be installed when using SETBF.EXE.
- Rem * The VgaColor system does not require ANSI.SYS. Instructions
- Rem * for using SETBF.EXE and the VgaColor may be found in the
- Rem * VGACOLOR.DOC file.
-
-
- Rem * VgaColor is then loaded (using the command-line option) to
- Rem * load a saved color file description, which will modify the
- Rem * original Magenta background and high-intensity Cyan foreground
- Rem * colors. This demonstrates one use of VgaColor. VgaColor
- Rem * modifies the Magenta backgfound to a sort of sea green background
- Rem * with a light yellow foreground.
-
-
- SETBF Hi-Cyan on Magenta
-
- Echo ----* To change the colors using Vgacolor,
- Pause
-
- VgaColor TESTCOLR.VGA
-
- cls