How to create an autorun CD.
Intro
To make an autorun CD that will work on windows boxes, You need to make
an autorun.inf file. It's a text file that has the name of the
application you want to run automatically in it - like
[autorun]
open= setup.exe
We want it to open the Index.htm file that is on the CD. But you have to
put in the name and location of the browser. You could try tried open =
c:\program files\internetexporer\iexplore.exe
index.html
But there is a much better solution. Download a bit of software called
shellexe.exe And follow these
instructions. The shellexe.exe will find your default internet browser
and open the file in that.
How to do it -
you can also check
this online help
Create an autorun.inf. in Open notepad type the following
open=ShellExe.exe index.htm
Save it as "autorun.inf" to the root directory of the Directory you are
going to use to Burn the CD.
Then you need to copy a file called ShellExe.exe to the same root
directory.
Your file Index.htm also needs to be in this root directory.
That's it! Easy when you know how.