home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.5 / 1997-08_Disc_3.5.iso / install.bat < prev    next >
DOS Batch File  |  1997-03-20  |  510b  |  18 lines

  1. @echo off
  2.  
  3. rem ********* Installation batch file for DOS Sentient
  4. rem ********* UVConfig must be run before installer to 
  5. rem ********* get 16bit modes
  6.  
  7. echo ********* Copying temporary files *************
  8. xcopy uvconfig.exe c:\
  9. echo ********* Configuring graphics display *************
  10. c:\uvconfig.exe
  11. echo ********* Continuing Installation *************
  12. set DOS4G=quiet
  13. inst.exe
  14. echo ********* Deleting temporary files *************
  15. del c:\uvconfig.exe
  16. del c:\univbe.drv
  17. del c:\uvconfig.dat
  18.