Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Call local html file from batch file
Name: David Krings Date: March 29, 2002 at 16:25:38 Pacific
Comment:
Hi,
how can I call from a batch an html file that is stored locally and have it come up with the default browser ? My plan is to create a CD that calls a batch file from the autorun.inf, or has the command to show the html file right in the autorun.inf itself. Any hint is highly appreciated.
Name: Tom Date: March 29, 2002 at 16:33:44 Pacific
Reply:
I think it's: iexplore filename.html But I don't think there's any way of detecting the default browser. If the user doesn't have Internet Explorer, then it won't work.
0
Response Number 2
Name: David Krings Date: March 30, 2002 at 03:32:47 Pacific
Reply:
Thank you for the hint. I tried it, but it does not work as IE looks for http://filename.html instead for filename.html.
Anyone has another idea ?
0
Response Number 3
Name: bill 2 Date: April 1, 2002 at 11:03:19 Pacific
Reply:
IE will accept C:\My Documents\Another Packard Bell Site - Format & Restore.htm
0
Response Number 4
Name: brian Date: May 16, 2002 at 12:06:34 Pacific
Summary: Hi, I'm seaching everywhere but could'n find ANY way to complete this task. I have an HTML file that has a specific string, and I want to delete anything before and including that string, then do the ...
Summary: I'm trying to make a chat program (a batch file) to use at my school intranet. Is there any way I could use telnet to send messages to other computers running my batch program? ...
Summary: I have tried using echo. (echo followed by period) to create a blank line. I get the error: 'echo.' is not recognized as an internal or external command, operable program or batch file. Any idea...