Looking for a menu software for the CDs...

nEoTeChMaN

Diamond Member
Oct 9, 1999
3,994
0
0
Are there any good 'menu display' software for CDs that automatically pop up when pop the CD in the drive?

I'm trying to make the CD a user friendly for a friend where they only have to pop it in and a menu will show up. All they have to do is click on the program they want and it'll start install it.

Anyone?
 

Workin'

Diamond Member
Jan 10, 2000
5,309
0
0
You can make an autorun.inf file and use start.exe (part of Windows) to open an HTML menu you create with links to the install programs.

Just use an autorun.inf file from an existing CD to get the right structure for the file - it's pretty simple. Then have a line that says start.exe menu.html where menu.html is your menu file (duh!)

Quick and easy! Assuming you know a little HTML, but hey, you can create the menu file in MS Word, even. Just save the file as HTML.