=== CLI loading Notepad++ Session to new instance ===
- Setup file extensions for session files => Menu ''Settings'' -> ''Preferences'' -> MISC
Set **Session file ext.** to //ses// !
- Open files you want for session (close the rest).
- Save session => Menu ''File'' -> ''Save Session'' (session_01.ses)
From Command line
"notepad++.exe" "session_01.ses" -multiInst
Example:
"C:\Program Files (x86)\Notepad++\notepad++.exe" "C:\Program Files (x86)\Notepad++\session_01_novo.ses" -multiInst
"-multiInst" switch allows notepad++ to open a new instance