home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 33 VDrivers / 33-VDrivers.zip / et4os2.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-12-06  |  723b  |  22 lines

  1. @echo off
  2. REM     This is the Installation Program for the ET4000 OS/2 2.1 Patch
  3. REM             Dated 12-6-93
  4. Echo Be sure that you have already loaded the OS/2 2.1 drivers for the ET4000
  5. Echo Chipset and that you used the external program SETMODE.COM as follows:
  6. Echo SETMODE.COM 65m
  7. If /%1==/ goto error
  8. copy screen01.sys %1\os2
  9. copy bvhsvga.dll %1\os2\dll
  10. copy vsvga.sys %1\os2\mdos
  11. copy vvga.sys %1\os2\mdos
  12. goto end
  13. :Error
  14. Echo This is the installation program for the ET4000 OS/2 2.1 Patch.
  15. Echo The correct usage is:
  16. Echo Install {destination drive letter}:
  17. Echo For example:  Install C:
  18. Echo NOTE: IF YOU HAVE NOT BOOTED TO DOS, YOU MAY EXPERIENCE PROBLEMS WITH
  19. Echo       THIS PROGRAM.
  20. :end
  21.  
  22.