在记事本中创建新快捷方式++
我正在尝试在记事本++中添加快捷方式或按钮来调用我当前正在编辑的文件上的外部程序。
例如,假设我有程序“analyzer.jar
”。我想在记事本++中创建一个按钮(或快捷方式),直接运行命令“cmd -K java -jaranalysis.jar“$(FULL_CURRENT_PATH)
”。
因为我还没有找到任何命令解决方案尚未解决,任何帮助将不胜感激:)。
I am trying to add a shortcut or a button in notepad++ to call an external program on the file I am currently editing.
For example, let's say I have the program "analyzer.jar
". I would like to create a button (or shortcut) in notepad++ that would directly run the command "cmd -K java -jar analyzer.jar "$(FULL_CURRENT_PATH)
".
Since I haven't found any solution yet, any help would be deeply appreciated :).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,事实上,我发现为命令创建快捷方式是多么容易:
有时,当您寻找复杂的解决方案时,您看不到简单的解决方案。 ..
Well, in fact I found how easy it is to create a shortcut for a command:
Sometimes, when you look for complicated solutions, you don't see the simple ones...