Menu

Notepad++ with nosessions option possible?

2009-04-12
2012-11-13
  • Mike Jansen

    Mike Jansen - 2009-04-12

    I know notepad++.exe can be started with the -nosessions option, however... when you
    open a document through the shell integration this option is of course not set.
    Is there a workaround or option I can set in the program itself?
    Or can it be build in somewhere in the future?

    Mike

     
    • Nechifor George-Daniel

      you may try something similar to the solution here:
      https://sourceforge.net/forum/forum.php?thread_id=3183934&forum_id=331754

       
    • cchris

      cchris - 2009-04-14

      Since you cannot enter command line switches using a double click, this issue has plagued many Windows apps.

      I have been using execparm for years. It is a small, free shell add-on which adds a new entry called Execute with parameters to the context menu on right clicking an executable. Clicking this entry displays an Ok/Cancel dialog box with a text field to type switches and other arguments into. Nice for occasional needs.

      CChris