home *** CD-ROM | disk | FTP | other *** search
/ Maximum 3D 3 / m3d-p3.iso / 3DS_MAX / 3DSMAX.2_0 / HHFNOIE.ZIP / HTMLHELP.BAT < prev   
DOS Batch File  |  1997-09-18  |  601b  |  25 lines

  1. @ECHO OFF
  2.  
  3. REM before you run this batch file install IE 3.02 or later
  4. REM please use the following steps to install the files required by 
  5. REM the online reference system.
  6.  
  7. if %SYSTEMROOT%.==. GOTO WIN95
  8.    xcopy      hhwinnt.zip   %SYSTEMROOT%
  9.    cd         %SYSTEMROOT%
  10.    pkunzip -d -o hhwinnt.zip
  11.    regedit    key.reg
  12.    cd         %SYSTEMROOT%\system32
  13.    regsvr32   hhctrl.ocx
  14.    GOTO END
  15. :WIN95
  16.    xcopy      hhwin95.zip   %WINDIR%
  17.    cd         %WINDIR%
  18.    pkunzip -d -o hhwin95.zip
  19.    regedit    key.reg
  20.    cd         %WINDIR%\system
  21.    regsvr32   hhctrl.ocx
  22. :END
  23.  
  24.  
  25.