Menu

Feature request: Pass text on command line

2007-11-20
2012-11-13
  • Nobody/Anonymous

    I use Notepad++ as an external tool from within various programs. It would be very useful to be able to pass a text to Notepad++ on the commandline, in order to start a new document with the passed text. Or maybe as an alternative, make Notepad++ performa a paste once loaded.

     
    • pshute

      pshute - 2007-11-20

      The command line parameters are described here:
      http://notepad-plus.wiki.sourceforge.net/Command+Line+Switches

      None of them will do what you want.  Perhaps what you need is a batch file that redirects the text into a file, then opens it with Notepad++.