I would like to include one awk sript (logtool) which will use an opened notepad++ file to perform some filtering on the file, I used to make it in ultraedit very simply, How can I make it run in Notepad ? the script file is named logtool.exe and I would like to integrate it with argument for example logtool.exe /[F] to perform processing with the current file
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
This is easy with Notepad++ plugin NppExec. In the NppExec console window, just type:
(You may have to put the full path to logtool.exe). If this is what you're after, and if you use it a lot, you could "productionise" this by making it an internal macro within Notepad++ and associating it with a keyboard shortcut. That would save some typing. |
|||
|
|