我需要刻录一张 CD,其中包含我的客户想要自动运行的 PDF。我试过 Autorun.inf
[autorun]
open=MyPDFfile.pdf
shellexecute=MyPDFfile.pdf
我尝试了一个带有 start.bat 的 Autorun.inf
[autorun]
open=start.bat
和
start=MyPDFfile.pdf
但没有运气,两者都只是给我弹出在资源管理器中打开 cd,甚至不是菜单中的 PDF。
有人有帮助吗?非常感谢。
我无法让它与 Autorun.inf 一起工作,但经过一番调查,我发现了这个http://www.hamradiousa.net/compactautorunner.html Compact AutoRunner,它为你创建了 Autorun.inf 和 .exe您可以启动 .pdf,插入 CD 后 .exe 将出现在弹出菜单中。客户对结果很满意。
Following this guide...
Have you tried:
[autorun]
shellexecute=MyPDFfile.pdf
This guy seems to be having a similar problem - Autorun.inf on a usb can you get it to run a pdf?
The only answer provided says to include a freely distributable PDF viewer exe with the CD/USB