=== Loading Notepad++ saved Session from menu === In Notepad++ under Menu -> ''Run'' -> ''Run F5'' you can put external files that could be run within the editor. Just fill the dialog box with the program name, press ''Save'' and give the shortcut a name. Shortcuts are saved in %APPDATA%\Notepad++\shortcuts.xml under and lloks like this http://www.php.net/$(CURRENT_WORD) https://en.wikipedia.org/wiki/Special:Search?search=$(CURRENT_WORD) $(NPP_FULL_FILE_PATH) $(CURRENT_WORD) -nosession -multiInst $(NPP_FULL_FILE_PATH) "C:\Program Files (x86)\Notepad++\session_01.ses" -multiInst $(NPP_FULL_FILE_PATH) "C:\Program Files (x86)\Notepad++\session_02.ses" -multiInst As you can see in last two lines, here you can start a new instance of Notepad with predefined files saved in session file.