我需要通过命令行运行右键单击选项。我有从注册表中获取的代码,现在我想通过命令行运行它。程序右键单击选项如下所示:
make sure that username group can enter all directories along the path:
chmod g+x /username && chmod g+x /username/test && chmod g+x /username/test/static
我的批次看起来像这样:
"C:\Program Files\Company\Prog_vX.XX\bin\prog.exe" -param1 "%1"
但这只会打开软件。在这种情况下,只为此文件扩展名(* .ext)显示右键单击选项,它是第二个选项。
非常感谢提前。