home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.15 / 1999-09_Disc_4.15.bin / MSPRING / IE4 / PACKAGES / ICWFIX.BAT < prev    next >
DOS Batch File  |  1998-10-27  |  542b  |  16 lines

  1. rem * This batch file will copy the ICW DLL files into
  2. rem * the C:\WINDOWS\SYSTEM folder.
  3. rem *
  4. rem * This should ONLY be done if it has been determined
  5. rem * that these files are missing, and that the version
  6. rem * of Internet Connection Wizard that is installed
  7. rem * matches the version on the CD.
  8. rem *
  9. rem * WARNING: Incorrect use of this file may impair
  10. rem * the functionality of the Internet Connection Wizard!
  11.  
  12. copy isign32.dll c:\windows\system
  13. copy icwdial.dll c:\windows\system
  14. copy ICWPHBK.dll c:\windows\system
  15.  
  16.