How to open remote html file in internet explorer? -
i trying open remote html file in ie 8. interestingly, there no error thrown , remote file not opened in ie 8. below command executed on hamilton shell prompt:
"c:\\program files (x86) \\internet explorer\\iexplore.exe" "file://o|\\portsrc\\spg\\system_1\\help\\creo_help_pma/usascii/pma/simulation_modules/modstr/constrnt/reference/insuf_cons_models.html"
but, file gets opened in firefox:
"c:\\program files (x86)\\mozilla firefox\\firefox.exe" "file://o|\\portsrc\\spg\\system_1\\help\\creo_help_pma/usascii/pma/simulation_modules/modstr/constrnt/reference/insuf_cons_models.html"
please guide me same.
regards, amol gaikwad.
i got answer , below solution open remote file in internet explorer.
"c:\program files (x86) \internet explorer\iexplore.exe" "file:///o|/portsrc/spg/system_1/help/creo_help_pma/usascii/pma/simulation_modules/modstr/constrnt/reference/insuf_cons_models.html"
resolved using "file:///" instead of "file://".
and 2nd important network html path.
changed slashes '\\' '/'.
thanks, amol.
Comments
Post a Comment