I need some advice on creating an Autorun for an information CD holding multiple application files. I thought this would be the best place to seek it out because I would like it begin much like a game CD. Once the disc is in a form appears with buttons to initialize each file, such as Word, Excel, AutoCAD, Media Player, etc. Thanks!
Comments
:
if you already have the program written that has the buttons and starts the files you want all you need to do is put a file on the cd called autorun.inf and put this in it...
[autorun]
open=enter program name here.exe
eg.
[autorun]
open=progchoos.exe
i presume (haven't tried it personally) you could even have a webpage you made with a link to the programs and put the sites name where the program name goes.