home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR24 / K542X_D4.ZIP / CLINST21.OLD < prev    next >
Text File  |  1993-08-20  |  1KB  |  39 lines

  1. @rem argument %1 is the destination drive letter
  2.  
  3. @set o_path=%path%
  4. @set path=%1:\os2;%1:\os2\install;%path%
  5.  
  6. @if "%1"=="" goto usage
  7. @echo - Cirrus Logic SVGA installation for OS/2 2.1...
  8.  
  9. @attrib -r %1:\os2\screen0?.sys
  10. @if exist %1:\os2\screen01.sys unpack screen01.sy_ %1: >nul
  11. @if exist %1:\os2\screen02.sys unpack screen02.sy_ %1: >nul
  12. @copy svga.exe          %1:\os2 >nul
  13. @copy psclblt.dsc       %1:\os2\install >nul
  14. @dspinstl
  15.  
  16. @echo -
  17. @echo - Please shutdown and reboot the system for the newly installed
  18. @echo - drivers to take effect . . .
  19. @echo -
  20. @goto home
  21.  
  22. :usage
  23. @echo *------------------------------------------------------------------*
  24. @echo * Cirrus Logic SVGA installation for OS/2 2.1...                   *
  25. @echo *==================================================================*
  26. @echo *                                                                  *
  27. @echo * Please specify the drive letter for the files to be copied to... *
  28. @echo *                                                                  *
  29. @echo * usage:   clinst21 [destination drive letter]                     *
  30. @echo * example: clinst21 C                                              *
  31. @echo * meaning: install Cirrus Logic driver on drive C, the OS/2 drive  *
  32. @echo *                                                                  *
  33. @echo *------------------------------------------------------------------*
  34.  
  35. :home
  36. @set path=%o_path%
  37. @set o_path=
  38.  
  39.