home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Collection - Online Library - January 1996 / CKITOS2196.ISO / ez2inst / install.cmd < prev   
OS/2 REXX Batch file  |  1993-03-22  |  929b  |  23 lines

  1. @echo off
  2. \ez2inst\ez2ins1.exe
  3. if errorlevel 1 goto exit
  4. echo.
  5. echo If you received the following message when you started the
  6. echo IBM Library Reader installation program,
  7. echo.
  8. echo   SYS1059: The system cannot execute the specified program.
  9. echo.
  10. echo you are probably using OS/2 Version 1.3 or lower, and have an IBM
  11. echo CDFS.IFS CD-ROM device driver dated earlier than 11-27-90.  If so,
  12. echo you need to update this driver with the one provided on this CD-ROM.
  13. echo.
  14. echo Instructions for updating the CDFS.IFS file are contained in the
  15. echo file CDFSFIX.TXT in this directory.  You may print these
  16. echo instructions with the following command:
  17. echo        print CDFSFIX.TXT
  18. echo You may display these instructions with the following command:
  19. echo        type CDFSFIX.TXT  ¬| more
  20. echo If you received the SYS1059 error, please follow these
  21. echo instructions and update your CDFS.IFS file now.
  22. :exit
  23.