home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- rem ********* Installation batch file for DOS Sentient
- rem ********* UVConfig must be run before installer to
- rem ********* get 16bit modes
-
- echo ********* Copying temporary files *************
- xcopy uvconfig.exe c:\
- echo ********* Configuring graphics display *************
- c:\uvconfig.exe
- echo ********* Continuing Installation *************
- set DOS4G=quiet
- inst.exe
- echo ********* Deleting temporary files *************
- del c:\uvconfig.exe
- del c:\univbe.drv
- del c:\uvconfig.dat
-