Launch files and load URLs from the command line
Here’s a couple of tips I discovered while writing a script to analyze my web logs and then load the .html file with the analysis in a browser*:
Problem #1 - Have a script load an .html file in your browser (under MS Windows)
Solution - Run the command: start fileName.html
Problem #2 - The start command does [...]



