autorun.inf文件无法在PC上运行

时间:2012-10-19 16:34:15

标签: autorun dvd dvd-burning

我为我的DVD创建了一个autorun.inf文件,以便它显示一个启动页面(只是一个图像),然后直接转到并打开一个pdf。以及设置驱动器的图标。但是,图标没有改变,插入光盘时没有打开或显示启动页面或pdf。

我在autorun.info文件中的代码如下

[AutoRun]
OPEN=winopen \start_here.pdf filename splash.jpg
ICON=icon.ico

.inf文件与start_here.pdf,splash.jpg和icon.ico位于同一文件夹中。

思想?

1 个答案:

答案 0 :(得分:2)

Open语句不会打开关联文件,只会打开可执行文件和html文件。要通过扩展启动关联文件,必须使用“ShellExecute”语句。

shellexecute命令比open命令更灵活,允许您在其本机应用程序中打开PC上的几乎任何文件,因此可以用于打开命令不会打开的PDF,Word文件,网页和电影工作。

[AutoRun]
shellexecute=myfile.pdf