Google

Monday, December 14, 2009

notepad++ multiple instances

If you want to run multiple instances of Notepad++

Easiest way is to create a shortcut on the desk top with the following :
1) Right Click desktop
2) Navigate to New -> Shortcut
3) Location of the item : "C:\Program Files\Notepad++\notepad++.exe" -multiInst
4) Name of shortcut : notepad++
5) Click Finish

The main part is adding -multiInst

For other Notepad++ Command Line Arguments
http://notepad-plus.sourceforge.net/uk/cmdLine-HOWTO.php

No comments: