• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Looking for a menu software for the CDs...

nEoTeChMaN

Diamond Member
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?
 
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.
 
Back
Top