I am writing a batch file to start Internet Explorer to view a web page
running on a local web server. Currently I use the command START
http://localhost/ There are two problems with this. Firstly I would like to
have it start without the adress bar. Secondly, when IE starts up it looks
for the internet and can't find it, since only localhost is available.
Consequently it sets Work Offline to true. When you unset it and click
refresh it is fine, but I would like to override this behaviour.
Does anybody know hot to fix these two problems?