How can I start notepad++ from cygwin? My alias currently is
alias npp='./folder/notepad++ $1 &' but it will not open the file I give as parameter. However, direct call ./folder/notepad++ <filename> seems to work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
How can I start notepad++ from cygwin? My alias currently is
alias npp='./folder/notepad++ $1 &' but it will not open the file I give as parameter. However, direct call ./folder/notepad++ <filename> seems to work.
alias npp="/cygdrive/c/Program\ Files/Notepad++/notepad++.exe"