//flex table opened by JP

Click to See Complete Forum and Search --> : Autorun CDs


Ashley Rimmer
12-14-2000, 11:12 AM
Hi All
Hope someone can help,my wife has created a presentation package on CDrom for her works customers to view their services. The presentation has been created with Front Page 2000. Our question is how do we make the CD autorun rather than the user going through Start>Run>Browse and finding the index page.
Any help would be gratfully recieved and thanks in advance for any help.
Regards
Ash

howste
12-14-2000, 11:22 AM
It's really pretty easy. You just need to create a text file named autorun.inf in the root directory of the CD. In the file, you can put the path to the program or file to execute when the CD is inserted. You can also point to an icon to display as the CD icon (in explorer, etc.). Here's an example of an autorun.inf file: [autorun]
OPEN=install.exe
ICON=install.ico
You can look at any CD that has an autorun.inf file on it to see other options you can do in the file.

Steve

Techie Dude
12-14-2000, 02:34 PM
Wow! Never looked into autorun before (despite being a techie).

Simple ain`t it? Maybe I`ll use it future!

TD.

DemonKnight
12-14-2000, 09:44 PM
I thought it was autorun.ini maybe I need glasses. (or a better monitor.)