Create a batch file containing this line
@START c:\Program Files\Notepad++\notepad++.exe "%1"
and put it into some directory that is in your PATH list (or, alternatively, add a directory with a .bat file to PATH).
Create a batch file containing this line
@START c:\Program Files\Notepad++\notepad++.exe "%1"
and put it into some directory that is in your PATH list (or, alternatively, add a directory with a .bat file to PATH).