Metropoli BBS
VIEWER: os2cdrom.bat MODE: TEXT (ASCII)
CLS
@echo off
echo This batch will update your OS/2 CD-ROM driver
echo The following driver will be updated:
echo IBM1S506.ADD / IBMIDECD.FLT / OS2CDROM.DMD / OS2DASD.DMD
echo
@echo ---

DEL c:\OS2\BOOT\*.OLD

echo 1st step: Renaming the current OS2CDROM.DMD to .OLD
echo 2nd step: Copying the new OS2CDROM.DMD from drive A:
RENAME C:\OS2\BOOT\OS2CDROM.DMD OS2CDROM.OLD
COPY A:\OS2\OS2CDROM.DMD C:\OS2\BOOT

echo 3rd step: Renaming the current OS2DASD.DMD to .OLD
echo 4th step: Copying the new OS2DASD.DMD from drive A:
RENAME C:\OS2\BOOT\OS2DASD.DMD OS2DASD.OLD
COPY A:\OS2\OS2DASD.DMD C:\OS2\BOOT

echo 5th step: Renaming the current IBM1S506.ADD to .OLD
echo 6th step: Copying the new IBM1S506.ADD from drive A:
RENAME C:\OS2\BOOT\IBM1S506.ADD IBM1S506.OLD
COPY A:\OS2\IBM1S506.ADD C:\OS2\BOOT

echo 7th step: Renaming the current IBMIDECD.FLT to .OLD
echo 8th step: Copying the new IBMIDECD.FLT from drive A:
RENAME C:\OS2\BOOT\IBMIDECD.FLT IBMIDECD.OLD
COPY A:\OS2\IBMIDECD.FLT C:\OS2\BOOT


echo Please re-boot your OS/2-system now.
[ RETURN TO DIRECTORY ]