I need to burn a CD which contains a PDF which my clients wants to autorun. I tried Autorun.inf with
[autorun]
open=MyPDFfile.pdf
shellexecute=MyPDFfile.pdf
And I tried a Autorun.inf with start.bat with
[autorun]
open=start.bat
and
start=MyPDFfile.pdf
But no luck, both just give me the popup to open the cd in explorer, not even the PDF in the menu.
Does anyone has any help? Thanks very much.