home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Collection - Online Library - January 1996
/
CKITOS0196.ISO
/
ez2inst
/
install.cmd
< prev
Wrap
OS/2 REXX Batch file
|
1993-03-22
|
929b
|
23 lines
@echo off
\ez2inst\ez2ins1.exe
if errorlevel 1 goto exit
echo.
echo If you received the following message when you started the
echo IBM Library Reader installation program,
echo.
echo SYS1059: The system cannot execute the specified program.
echo.
echo you are probably using OS/2 Version 1.3 or lower, and have an IBM
echo CDFS.IFS CD-ROM device driver dated earlier than 11-27-90. If so,
echo you need to update this driver with the one provided on this CD-ROM.
echo.
echo Instructions for updating the CDFS.IFS file are contained in the
echo file CDFSFIX.TXT in this directory. You may print these
echo instructions with the following command:
echo print CDFSFIX.TXT
echo You may display these instructions with the following command:
echo type CDFSFIX.TXT ¬| more
echo If you received the SYS1059 error, please follow these
echo instructions and update your CDFS.IFS file now.
:exit