Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4474256
By: nobody
I noticed this right away since I'm always using the original notepad from any
directory. Notepad++ seems to have a real problemw with what I would presume
to be the default method of opening a file. But I did figure out how to open
any file from the command line:
Notepad++ ".\filename.txt"
The .\ tells Notepad++ to use the current directory.
The quotes are needed in case the current directory has any spaces in it.
So, for example, if the current directory is c:\program files, and want to open
test.txt, then:
Notepad++ ".\test.txt" is interpreted by Notepad++ as:
Notepad++ "c:\program files\test.txt"
which is knows what to do with.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754