I am having a bad day.
How do I get an HTML page contained on a cd to open up when I put the CD in.
Done it a million times but forgot how.
Printable View
I am having a bad day.
How do I get an HTML page contained on a cd to open up when I put the CD in.
Done it a million times but forgot how.
hi,
Well The Autorun.inf file should have the following
[autorun]
open=start \start.htm
Start.htm is the html page
:drink: :hippy:Quote:
--Good Luck--
Hi,
Just wanted to add to above............. a few computer i have seen don't have start.exe don't know why ............currupted , missing , deleted whatever.................so what i do is copy the start.exe form my computer to the CD itself then give the path of that in the INF file
[autorun]
open=res\start.exe index.htm
res is the folder in the CD where i stored the start .exe
If there some another way of loading the HTML page at startup let me know too .......and how's your day today ...........:)
--Good Luck--
Better.
I found an easier way. A call to a bat starting the web page.