If you want to run multiple versions of Notepad++ under Windows 7 create a .bat file with the following:
"C:\Program Files (x86)\Notepad++\notepad++.exe" -multiInst %1
And simply run the bat file via a cmd prompt/
Principal Software Engineer/Architect, motorcyclist, drummer, and artist
If you want to run multiple versions of Notepad++ under Windows 7 create a .bat file with the following:
"C:\Program Files (x86)\Notepad++\notepad++.exe" -multiInst %1
And simply run the bat file via a cmd prompt/