Changes

no edit summary
#Type in something like <span style="color:#55E439">''C:\\Program\ Files\ (x86)\\Notepad++\\notepad++.exe -n$2 $1''</span>
#*Note the escape characters: <span style="color:#55E439">''\''</span> must be places before all backslashes & spaces
#*Note the <span style="color:#55E439">''-n''</span> command-line switch that tells ''notepad++.exe''</span> which line to set the cursor to
#*Note <span style="color:#55E439">''$2''</span> which is line number we want to look at
#*Note <span style="color:#55E439">''$1''</span> which is the file we want to open