1

NPP shortcut via CMD

Here is my Problem: I want to execute a shortcut of Notepad++ via NPPexec, but I dont know who it works. I hope you can help me.

Thx for ur Answers :D

halfelf
  • 9,737
  • 13
  • 54
  • 63

1 Answers1

0

To run a command from the menu via nppexec use the NPP_MENUCOMMAND command. E.g. to run a the command Find from the Search menu, you would use the line

 NPP_MENUCOMMAND Search/Find

in your nppexec scipt.

Lars Fischer
  • 9,135
  • 3
  • 26
  • 35