Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 C# 和 WinForms 构建的 .exe 应用程序。我有一个注册表项,允许我右键单击文件,然后选择 .exe 来运行该文件。我的问题是 - 如何将所选文件的文件名传递给 .exe?
使用%L注册表项中的变量作为程序的参数。
%L
例如:
[HKEY_CLASSES_ROOT*\shell\yourcommand\command] @="Path\To\Your\App.exe \"%L\""