@rem 98mdmfix.bat 07/08/98 David Gordon-Ross Maxtech Corporation @cls @echo **************************************************** @echo *** This file will remove the mdmrock4.inf file *** @echo *** from your windows\inf directory. This will *** @echo *** allow your modem to use the correct inf file *** @echo *** for installation. *** @echo **************************************************** @pause @echo off attrib -h c:\windows\inf\mdmrock4.inf del c:\windows\inf\mdmrock4.inf attrib -h c:\windows\inf\mdmrock4.pnf del c:\windows\inf\mdmrock4.pnf @echo DONE @Pause @cls @echo You may now continue normal installation of your modem by following @echo the instructions below. @echo Right click on "My Computer" on your desktop and select "Properties" @echo Select "Device Manager" and double click on "Modem" and select modem referring @echo to Rockwell and click "Remove" @echo Click on "Refresh" and continue with normal modem setup. @echo ******END******