REM Filename: RegSvr32-FixIE.bat REM Version: 1.0 REM REM Batch file to correct a problem where you can't open a new window in REM Internet Explorer by clicking on a link that should open a new window REM or by right-clicking on a link and choosing "Open in New Window" REM c: cd \windows\system regsvr32 Shdocvw.dll regsvr32 Msjava.dll regsvr32 Oleaut32.dll regsvr32 Mshtml.dll regsvr32 Browseui.dll