You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add "/noUpdater" option to installer
closes#586
While editing this page, update bulleted lists to capitalize first letter after `:` and add full-stop to end of sentences, to match other recent edits.
* fix bullet list formatting
Copy file name to clipboardExpand all lines: content/docs/command-prompt.md
+17-13Lines changed: 17 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ code | file
143
143
*`-p`: Scroll to indicated 0 base position (*Position*) on `filepath`.
144
144
*`-x`: Move Notepad++ to indicated left side position (*LeftPos*) on the screen.
145
145
*`-y`: Move Notepad++ to indicated top position (*TopPos*) on the screen.
146
-
*`-monitor`: Open file with [file monitoring](../views/#live-file-monitoring) enabled
146
+
*`-monitor`: Open file with [file monitoring](../views/#live-file-monitoring) enabled.
147
147
*`-nosession`: Launch Notepad++ without previous session.
148
148
*`-notabbar`: Launch Notepad++ without tabbar.
149
149
*`-ro`: Make the `filepath` read only.
@@ -153,15 +153,15 @@ code | file
153
153
*`-openSession`: Open a session. `filepath` must be a session file.
154
154
*`-r`: Open files recursively. This argument will be ignored if `filepath` contain no wildcard character.
155
155
*`-qn="Easter Egg Name"`: Launch [ghost typing](../ghost-typing/) to display easter egg via its *Easter Egg Name*.
156
-
*`-qt="Text to Type"`: Launch [ghost typing](../ghost-typing/) to display a text via the given *Text to Type*
157
-
*`-qf="D:\path to\file"`: Launch [ghost typing](../ghost-typing/) to display a file content via the file path *D:\path to\file*
158
-
*`-qSpeed(1|2|3)`: [Ghost typing](../ghost-typing/) speed. Value from 1 to 3 for slow, fast, and fastest
159
-
*`-quickPrint`: Print the file given as argument `filepath` then quit Notepad++
160
-
*`-settingsDir="d:\your settings dir\"`: Override the default settings dir
161
-
*`-openFoldersAsWorkspace`: Any folders listed as arguments will be opened as a workspace, rather than opening all the contained files individually
162
-
*`-titleAdd="additional title bar text"`: Add a dash and a space and the supplied text to the right side of the application title bar (new to v8.0.0)
163
-
*`-pluginMessage="text for plugin(s)"`: if plugin developers need extra command line arguments, then users can add this option, and the plugin will be [notified](../plugin-communication/#NPPN_CMDLINEPLUGINMSG"NPPN_CMDLINEPLUGINMSG") that it can parse that string for extra information (new to v8.4.2)
164
-
*`filepath`: file or folder name to open (absolute or relative path name)
156
+
*`-qt="Text to Type"`: Launch [ghost typing](../ghost-typing/) to display a text via the given *Text to Type*.
157
+
*`-qf="D:\path to\file"`: Launch [ghost typing](../ghost-typing/) to display a file content via the file path *D:\path to\file*.
158
+
*`-qSpeed(1|2|3)`: [Ghost typing](../ghost-typing/) speed. Value from 1 to 3 for slow, fast, and fastest.
159
+
*`-quickPrint`: Print the file given as argument `filepath` then quit Notepad++.
160
+
*`-settingsDir="d:\your settings dir\"`: Override the default settings dir.
161
+
*`-openFoldersAsWorkspace`: Any folders listed as arguments will be opened as a workspace, rather than opening all the contained files individually.
162
+
*`-titleAdd="additional title bar text"`: Add a dash and a space and the supplied text to the right side of the application title bar (new to v8.0.0).
163
+
*`-pluginMessage="text for plugin(s)"`: If plugin developers need extra command line arguments, then users can add this option, and the plugin will be [notified](../plugin-communication/#NPPN_CMDLINEPLUGINMSG"NPPN_CMDLINEPLUGINMSG") that it can parse that string for extra information (new to v8.4.2).
164
+
*`filepath`: File or folder name to open (absolute or relative path name).
165
165
166
166
The order of the options is not important. Brackets indicate that the options
167
167
are not required, and are _not_ part of the command-line argument. The number
@@ -193,10 +193,14 @@ usage list. These are intended for advanced usage or other special circumstance
193
193
194
194
The Notepad++ [installer executable](../getting-started/#installer) accepts the [three NSIS command-line options](https://nsis.sourceforge.io/Which_command_line_parameters_can_be_used_to_configure_installers):
195
195
196
-
-`/S` : silent installation
197
-
-`/NCRC`: skips the installer's CRC check
198
-
-`/D=c:\blah` or `/D=c:\path with spaces\blah` : overrides the default installation directory.
196
+
-`/S` : Enables silent installation.
197
+
-`/NCRC`: Skips the installer's CRC check.
198
+
-`/D=c:\blah` or `/D=c:\path with spaces\blah` : Overrides the default installation directory.
199
199
- Do _not_ put quotes around the path, even when there are spaces.
200
200
- Because it allows spaces in the path, this option **must** be the last argument on the installer command line, if included.
201
201
202
+
It also implements an additional option:
203
+
204
+
-`/noUpdater`: Disables the N++ inherent automatic updates (it does not install the WinGUP & PluginsAdmin updating components).
205
+
202
206
*Note* : The installer options are case sensitive: `/S` will do a silent installation, whereas `/s` will _not_.
0 commit comments