问题描述
我创建了一张带有自动运行文件的CD,如下所示:
I created a CD with an autorun file as follows:
[autorun]
[autorun]
open = Start.cmd
open=Start.cmd
插入CD时autorun.inf没有启动,并且没有出现选项框。 但是,Start.cmd文件位于CD的根目录中,如果直接运行,则按预期工作。
The autorun.inf doesn't start when the CD is inserted, and the options box doesn't appear. But, Start.cmd file is in the root of the CD, and works as expected if run directly.
可以使用open命令运行.cmd文件吗? 如果没有,运行它的最佳方法是什么? Start.cmd文件调用.htm文件:
Can a .cmd file be run with the open command? If not, what's the best way to run it? The Start.cmd file calls a .htm file:
cd简介
cd Introduction
description.htm
description.htm
提前感谢您提供的任何帮助!
Thanks, in advance, for any help provided!
Roy
推荐答案
[自动运行]
shellexecute = Start.cmd
[Autorun]
shellexecute=Start.cmd
您可以使用";"注释掉条目;,像这样:
; open = Start.cmd
// Magnus
// Magnus
这篇关于autorun.inf文件中的OPEN参数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!