home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 July / WPCJUL96.ISO / games / tninst / video.bat < prev   
Encoding:
DOS Batch File  |  1996-04-30  |  348 b   |  13 lines

  1. @echo off
  2. if exist univbe.drv goto rem_Drv
  3. :create_Drv
  4. echo Building new uniVBE Driver file
  5. X:\GAMES\TNOVA\instdata\uvconfig.exe -gen -p .
  6. echo driver file successfully built, TN will now run with uniVBE
  7. goto fin_Drv
  8. :rem_Drv
  9. echo Removing existing uniVBE Driver file
  10. echo Terra Nova will now run without uniVBE
  11. del univbe.drv
  12. :fin_Drv
  13.