
17-03-09
|
 | Forum Newcomer | | Join Date: Dec 2008 Location: Melbourne
Posts: 42
Thanks: 0
Thanked 0 Times in 0 Posts
| |
Re: How do I create a graphical menu on loading a CD? Quote:
Originally Posted by websitepro Hey,
First you create a text file and save it as autorun.inf and put in the cd's main directory, and in the file you write:
[autorun]
OPEN=the program to execute
ICON=the icon to display
Link the OPEN command to a html file that you made to use as your menu | Just a note... You can't specify an HTML page such as "index.html" in the OPEN command. You need to specify an executable file. This is one of the reasons for using something like "'Autorun Pro".
Cheers,
Anthony
|