I have a batch file that does a bunch of things and at the end needs to open up a web browser to a page. Is there a way to, in essence, cal
When you use the start command to a website it will use the default browser by default but if you want to use a specific browser then use start iexplorer.exe www.website.com
start iexplorer.exe www.website.com
Also you cannot have http:// in the url.
http://