Jan
I've created good webpage, what should I do to make it as a program which starts straight away when you put cd to the driver.
Answer:
You need to put an 'autorun.inf' on the root of the CD.
A .inf file is just like a .txt file as in it opens in Notepad.
To create one, make a New Text Document and rename it to autorun.inf
It will ask if you wanted to change the filename, and you do so click yes.
The autorun format is similar to this:
[autorun]
open=index.html
icon=webpage.ico
You change the 'index.html' to the webpage you want to start up when you insert the CD.
If you have an icon file you change 'webpage.ico' to whatever the icon is called. If you don't have the icon, erase the whole icon row.
If the file you want is in a subfolder then the format is like this:
open=Folder1\Folder2\index.html
If you look at another CD you have and look in autorun.inf, it will give you help if you do not understand.
When you look at the autorun.inf of another CD, it will probably be very complicated, most of it will be unnessesary.
All you need is the:
'name=….'
part to make it work, everthing else is optional.
Thanks. hope I helped!
Book Mark it-> del.icio.us | Reddit | Slashdot | Digg | Facebook | Technorati | Google | StumbleUpon | Window Live | Tailrank | Furl | Netscape | Yahoo | BlinkList