Put menus on a cd?

  • Thread starter Thread starter Kram
  • Start date Start date
K

Kram

Is there a freeware program that allows me to autostart a cd and
show a menu of what I have on it, then allow the user to click
on what they want to see?

Thanks, Mark
 
Kram said:
Is there a freeware program that allows me to autostart a cd and
show a menu of what I have on it, then allow the user to click
on what they want to see?

A dozen or so autorun apps are listed here on the ACF pages:

http://www.pricelesswarehome.org/acf/P_SYSTEMUTILITIES.php#5.20Automation:CDAutorun

Susan
--
Posted to alt.comp.freeware
Search alt.comp.freeware (or read it online):
http://www.google.com/advanced_group_search?q=+group:alt.comp.freeware
Pricelessware & ACF: http://www.pricelesswarehome.org
Pricelessware: http://www.pricelessware.org (not maintained)
 
Is there a freeware program that allows me to autostart a cd

Just put a file on it named autorun.inf. In that file have a line:

[autorun]
on the next line, put "open = " and the filename you want to run - it
has to be an exactable file, of course.

If you want the CD to have its own icon in Explorer, put a second line
"icon = " and the ico file you want, then the "open = " line as the
3rd line.

That's really all there is to it. (No " marks in the file.)

As far as a menu, there are programs to create menus. You want one
that creates an .exe file, so you can use:

open = MyMenu.exe

or whatever you call the exe file the menu program creates.
 
Back
Top