Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE Open File Switch

Status
Not open for further replies.

Gooner

Programmer
Jan 31, 2001
13
GB
Can i specify a file to open up in the Internet Explorer path?

For example: "C:\Program Files\Internet Explorer\IEXPLORE.EXE /f=
Unfortunately, I cannot use just " cos the way that i am using it means it has to include the full path to the .exe, but maybe switches will be ok?

Thank in advance.
 
I'm not exactly sure if this is what you're looking for, but you can specify a file or URL for IE to open like this:
Code:
"C:\Program Files\Internet Explorer\IEXPLORE.EXE" [URL unfurl="true"]http://myintranet/test.asp[/URL]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top