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.
我想在 Mediawiki 页面上发布一个链接,单击该链接会打开 PUTTY 控制台并通过 ssh 连接到服务器。例如,
[file:%SystemRoot%\system32\Cmd.exe /c putty -ssh <some server>]
这被呈现为纯文本。此命令文本%SystemRoot%\system32\Cmd.exe /c putty -ssh <some server>在 Windows+Run 时完美运行。
%SystemRoot%\system32\Cmd.exe /c putty -ssh <some server>
想法?
编写一个简单的控制台应用程序,在命令行 args[0] 上接受您的输入,然后注册一个协议(例如 foo://)并将页面中的参数传递给它。
请参阅:MSDN:将应用程序注册到 URL 协议