• 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.

How do you make a CD "autostart"?

Meliorator

Junior Member

I have several Adobe .PDF files to distribuite at work.
I have made a simple .html file that has discriptions and links to each of the .PDF files.

I would like to copy all on to a CD and when inserted into a CD-rom drive have the .html automatically open up.

Any quick and clean ideas?
 
You need to create an autorun.inf file on the for the CD
In this file you will have a reference to the PDF file.

1) Are you making the assumption that every system will have a PDF reader.
2) Do you need to place a PDF reader on the CD.

Look at any S/W CD that does an auto install for the exact format of the autorun.inf file.
I did noe a couple of years ago, and it was very simple.
 
To autorun a powerpoint show I made and to avoid someone having to unpack a presentation and install the viewer I packed the presentation, unpacked it on my pc then copied all the files to the cd. Opened up notepad and typed in the following:
[autorun]
open=ppview32.exe memorial.pps

where ppview32.exe is the powerpoint viewer (which was on the cd) and memorial.pps was the show it was to run (which also was on the cd) then clicked save as and typed in autorun.inf
Hope that makes sense, and might actually help.
 
Back
Top