Notepad++ - Run Macro on multiple files
From notepad++ - How can I run a macro on multiple files? - Super User
How can I run a macro on multiple files?
(...)
I want apply a Macro created in N++ to multiple files stored in a folder or multiple folders.
(...)
I just found a simple and easy solution for that:
- Make sure the macro ends with a Ctrl-Tab key
- From Settings -> Preferences -> MISC, disable the doc switcher.
- Open all files to be edited.
- Use the "Run macro multiple times" dialog, and enter the number of files you have just opened.
- Execute
- Save all
I did not create this, found it here:https://sourceforge.net/p/notepad-plus/discussion/331754/thread/469ffec9/ , but it worked like a charm for me. I could edit 400 documents in less than 2 min.
Comments
Post a Comment