Is it possible to create a macro in Notepad ++ that can use the Run command so that I can call an external .exe to work with the specified file? I can do it manually, but when I create a macro that includes a run (F5) and gives it the specified command, it fails. Is this because the start command is not supported when creating macros? If so, is there a workaround?
thanks
edit: add context. I have written several ruby ββscripts to facilitate the input of data that are executed using notepad ++, and would like to combine them with an editor. Running them using the shortcut method created by writing a macro seems to be the best way to do this if you cannot use the run command.
Hyung
source share