Just Widgets Blog

On technology and points of interest on the web…

Archive for June 10th, 2006

Launch files and load URLs from the command line

Posted: Saturday, June 10th, 2006 @ 10:41 am in MS Windows | Comments Off

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 [...]