AUTORUN HTML file ?

  • Thread starter Thread starter Liath Macha
  • Start date Start date
L

Liath Macha

How can a distribution CD AUTORUN.INF file be made to
open an HTML page using the system browser rather than
running an exe on the distribution CD?

Thanks
Liath
 
Hi,

In the autorun.inf file, write the following


[autorun]
OPEN=main.html
ICON=pcw.ico

where, point your HTML file (or whatever file) on the OPEN command and the icon you want to appear on the ICON command.

Regards,

Bhaskardeep Khaund
 

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

Back
Top