rem Launching Java Web Start when your browser won't co-operate
rem The jnlp file is just a text file containing XML commands.
rem Sometimes your browser idiotically insists on just
rem displaying it to you to read.

rem This should work if you have your Windows association set up,
rem after a download to launch the downloaded jnlp file:
setclock.jnlp

rem If you don't have your Windows association working, this will
rem still work to launch the downloaded jnlp file:
javaws.exe setclock.jnlp

rem If you can't even get a download to work,
rem launch directly from the URL of the jnlp file
rem without downloading:
javaws.exe http://mindprod.com/webstarts/setclock.jnlp