I recently scanned family pictures and want to make CD's to give the
family. Because of the user level of a lot of the family members I
want to auto start
the default browser with the index html file. I have produced a cd
image that looks like this:
AUTORUN.inf 1 KB 10/20/2005 8:53:38 PM
Van/ 10/19/2005 8:32:17 PM
White/ 10/19/2005 8:36:59 PM
begin.htm 2 KB 10/20/2005 8:32:56 PM
houses/ 10/19/2005 8:45:57 PM
img/ 10/20/2005 9:03:44 PM
old/ 10/19/2005 8:39:57 PM
The autorun looks like this:
[autorun]
open=begin.htm
icon=img\gvphoto.ico
When I burn a CD and load it begin.htm doesn't come up in a browser.
The icon does get used. I am not a windows programmer, I usually work
with a different OS. What line of attact should I take on this?
Robert R Kircher, Jr. - 28 Oct 2005 01:37 GMT
>I recently scanned family pictures and want to make CD's to give the
> family. Because of the user level of a lot of the family members I
[quoted text clipped - 19 lines]
> The icon does get used. I am not a windows programmer, I usually work
> with a different OS. What line of attact should I take on this?
Send me an email and I'll send you a zip file with what I've used to do what
you want. It takes a couple of HTML files and an exe file. There maybe
easier ways but this way worked great for me.

Signature
Rob
"A disturbing new study finds that studies are disturbing"
George Dingwall - 28 Oct 2005 11:10 GMT
Hi Gary,
You need to amend your autorun.inf file with this.
[autorun]shellexecute=begin.htm
You should replace the "open" line with the new line.
Hope this helps.
>I recently scanned family pictures and want to make CD's to give the
>family. Because of the user level of a lot of the family members I
[quoted text clipped - 19 lines]
>The icon does get used. I am not a windows programmer, I usually work
>with a different OS. What line of attact should I take on this?
Bye for now,
George Dingwall
Invergordon, Scotland
http://freespace.virgin.net/george.gdingwall/index.html
Gary - 31 Oct 2005 18:44 GMT
replacing
open=begin.htm
with
shellexecute=begin.htm
works, Thanks
Gary