home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1996 January / MG_0196.ISO / spea / install / stormpro / os2 / install.cmd < prev    next >
OS/2 REXX Batch file  |  1994-06-23  |  1KB  |  46 lines

  1. @Cls
  2. @If "%1"==""   Goto P91_ERROR
  3. @If "%1"=="a:" Goto P91_ERROR
  4. @If "%1"=="A:" Goto P91_ERROR
  5. @If "%1"=="b:" Goto P91_ERROR
  6. @If "%1"=="B:" Goto P91_ERROR
  7.  
  8.  
  9. :P91_CHECK_SOURCE
  10. @If exist *.Dsc Goto P91_CHECK_DEST
  11. @Goto P91_ERROR
  12.  
  13. :P91_CHECK_DEST
  14. @If exist %1\OS2\INSTALL Goto P91_CLEAN
  15. @Goto P91_ERROR
  16.  
  17. :P91_ERROR
  18. @Cls
  19. @Echo *
  20. @Echo * In order to install the Power 9100 Display Drivers for OS/2 change
  21. @Echo * your current drive to the floppy drive containing the Power 9100
  22. @Echo * OS/2 Display Driver Installation Diskette and type the following:
  23. @Echo * 
  24. @Echo *    install [bootdrive]:
  25. @Echo * 
  26. @Echo * Where [bootdrive] is the letter of the drive where OS/2 is installed.
  27. @Echo * For example, if you boot OS/2 from drive C then you would issue the
  28. @Echo * following command:
  29. @Echo *
  30. @Echo *    install c:
  31. @Echo *
  32.  
  33. Goto P91_END
  34.  
  35. :P91_CLEAN
  36. @If exist %1\OS2\INSTALL\P9REMOVE.DSC Del %1\OS2\INSTALL\P9REMOVE.DSC
  37. @If exist %1\OS2\INSTALL\P91REMOV.DSC Del %1\OS2\INSTALL\P91REMOV.DSC
  38.  
  39. :P91_INST
  40. @Copy *.Dsc %1\OS2\INSTALL
  41. @Start /F %1\OS2\INSTALL\DSPINSTL
  42. @Exit
  43. @Goto P91_END
  44.  
  45. :P91_END
  46.