Discussion:
[Notepad-plus-plus] [notepad-plus - Help] Command Line Launching
SourceForge.net
2007-08-07 13:15:57 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4451798
By: keyser_soze_

I has an instance of notepad++ running with a file from c:\temp\directory1\.
SourceForge.net
2007-08-14 03:00:46 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4463675
By: coder775

I guess Notepad++ is keeping the default directory set to the one used when
you first start the program. You will need an explicit path to work around
this. --Joel

______________________________________________________________________
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
SourceForge.net
2007-08-20 15:59:42 UTC
Permalink
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
SourceForge.net
2008-05-05 23:58:08 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4946978
By: nobody

How about, instead, the bug gets fixed? I find the need for this workaround
a silly thing.

______________________________________________________________________
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
SourceForge.net
2008-05-06 07:58:18 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4947600
By: nobody

Have you read the release notes lately? It actually _has_ been fixed :) Since
4.9

______________________________________________________________________
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
JohnCymru
2014-05-07 04:31:28 UTC
Permalink
Post by SourceForge.net
https://sourceforge.net/forum/message.php?msg_id=4451798
By: keyser_soze_
I has an instance of notepad++ running with a file from c:\temp\directory1
\.
JohnCymru
2014-05-07 04:39:08 UTC
Permalink
JohnCymru <***@...> writes:

Oops, link is http://www.computerhope.com/issues/ch000549.htm

Continue reading on narkive:
Loading...