I need Notepad++ running in multiple instance mode without "-multiInst" parameter.
I can't use .lnk shortcuts, I can't use cmd.exe /c notepad++.exe -multiInst
, is there another way?
If you want to open multiple instance of Notepad++, you can press keys ALT + F6 on your keyboard. Alternatively, you can use the menu Run > Open file in new instance.
To split the Notepad++ window into two sub-windows, right-click on an open tab, then click “Move to Other View” or “Clone to Other View”. Right-click on an open tab, then click “Move to Other View” or “Clone to Other View”.
Press Alt + F6 to create a new instance. Drag the wanted tab into the new instance with the mouse.
The only way I can think of doing this would be using a wrapper. Create a file called "np++.bat" with the following content:
"C:\Program Files\Notepad++\Notepad++" -multiInst %1
Put it somewhere in your PATH. You can then invoke it as:
np++.bat file.txt
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With