home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK6 / BIN / VIDEO / ATIVESA.BA$ / ATIVESA
Encoding:
Text File  |  1992-02-20  |  398 b   |  12 lines

  1. ECHO OFF
  2. REM Using the ATI VESA TSR with Microsoft C/C++ 7.0:
  3.  
  4. REM The following switch is recommended to ensure correct behavior with the
  5. REM Microsoft C/C++ 7.0 graphics library.  This forces single-window mode
  6. REM on newer ATI video cards that support and default to dual-window mode.
  7.  
  8. VVESA 55rw
  9.  
  10. REM The following option can be used to remove the ATI TSR from memory:
  11. REM VVESA OFF
  12.