home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / os2 / svga16.zip / INSTALL.CMD next >
OS/2 REXX Batch file  |  1993-06-15  |  2KB  |  37 lines

  1. @echo off
  2. IF %1. == . GOTO usage
  3. IF not exist %1:\os2\svgadata.pmi goto pmi
  4. a:
  5. copy ps600x16.dsc %1:\os2\install
  6. cls
  7. @echo *
  8. @echo *
  9. @echo **************************************************************
  10. @echo * The Display Install program will now be started.           *
  11. @echo * At the first panel select Primary Display, then OK         *
  12. @echo * Then select                                                *
  13. @echo * "IBM 32-bit 800x600 16-color (requires \OS2\SVGADATA.PMI)" *
  14. @echo * from the list of available drivers.                        *
  15. @echo * DO NOT select the default (chipset) name.                  *
  16. @echo * If you do, 800x600x16 will not be an option                *
  17. @echo **************************************************************
  18. start %1:\os2\install\dspinstl.exe
  19. set dpath=%2
  20. GOTO end
  21. :pmi
  22. @echo ************************************************************
  23. @echo * \OS2\SVGADATA.PMI does not exist on your system.         *
  24. @echo * This driver requires the presence of the video Protected *
  25. @echo * Mode Interface file \OS2\SVGADATA.PMI.  Please generate  *
  26. @echo * this file in a DOS fullscreen with SVGA ON after running *
  27. @echo * any desired monitor configuration utility, as shown      *
  28. @echo * in the OS/2 Installation Guide and readme SVGA sections. *
  29. @echo * If no data is generated by SVGA ON, then your adapter    *
  30. @echo * cannot be supported by this driver without a PMI file    *
  31. @echo * from your video board manufacturer.                      *
  32. @echo ************************************************************
  33. goto end
  34. :usage
  35. @echo Usage: INSTALL x  (where x is the drive to install. e.g. C D E F)
  36. :end
  37.