home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR24 / 85OS2B21.ZIP / CLINST21.CMD < prev    next >
OS/2 REXX Batch file  |  1993-07-14  |  1KB  |  33 lines

  1. @if "%1"=="" goto usage
  2. @echo - Cirrus Logic SVGA installation for OS/2 2.1...
  3.  
  4. @if exist %1:\os2\screen01.sys copy screen01.sys %1:\os2 >nul
  5. @if exist %1:\os2\screen02.sys copy screen02.sys %1:\os2 >nul
  6. @copy svga.exe          %1:\os2 >nul
  7. @copy psclblt.dsc       %1:\os2\install >nul
  8. @%1:\os2\install\dspinstl
  9. @echo - finishing up, please wait . . .
  10. @xcopy %1:\os2\dll\sv???256.dll  %1:\os2\dll\ibmdev32.dll >nul
  11. @erase %1:\os2\dll\sv???256.dll >nul
  12.  
  13. @echo -
  14. @echo - Please shutdown and reboot the system for the newly installed
  15. @echo - drivers to take effect . . .
  16. @echo -
  17. @goto home
  18.  
  19. :usage
  20. @echo *------------------------------------------------------------------*
  21. @echo * Cirrus Logic SVGA installation for OS/2 2.1...                   *
  22. @echo *==================================================================*
  23. @echo *                                                                  *
  24. @echo * Please specify the drive letter for the files to be copied to... *
  25. @echo *                                                                  *
  26. @echo * example: clinst21 c                                              *
  27. @echo * meaning: install Cirrus Logic driver on drive C, the OS/2 drive  *
  28. @echo *                                                                  *
  29. @echo *------------------------------------------------------------------*
  30.  
  31. :home
  32.  
  33.