Autorun CDROM of website

J

Jeremy

I would like to create an autorun CDROM of my website. I understand that one
needs an autorun.ini of the form:

[autorun]
open=default.htm

However, I would like to put all the website files including the default.htm
into a folder, such as D:\folder\

To make the autorun.inf work, I need to change the "open" statement to
open=d:\folder\default.htm

But this will fail if the customer's CD drive is not D:

Is there a way to specify a relative path in an autorun.inf file, so as to
avoid having to specify the letter of the CDROM drive?

Thanks for you help! Jeremy
 
J

Jens Peter Karlsen[FP MVP]

Omit D: from the command. Also you must point to an executable. This in
its turn can then load the htm file.
Microsoft has a KB article on how to do this at
http://support.microsoft.com/

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
C

Chris Leeds, MVP-FrontPage

I've had better luck with this as an autorun.inf:

[autorun]
shellexecute=index.htm

note; you should make sure the file being pointed to is "pathed" correctly.
i.e. if it's in the assets folder on your disk it'd look like this:
[autorun]
shellexecute=assets\index.htm

--
Chris Leeds,
Microsoft MVP-FrontPage

Make More Money with Less Work
Let Your Clients Control Their Content With Just A Browser!
http://contentseed.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top