Difference between revisions of "Command line parameters"
From TED Notepad
Line 1: | Line 1: | ||
{{manversion|4.5.2}} | {{manversion|4.5.2}} | ||
− | + | __NOTOC__ | |
====Usage==== | ====Usage==== | ||
Line 11: | Line 11: | ||
{{example_end}} | {{example_end}} | ||
− | {{ | + | Note: All parameters must precede the filename and be delimited with at least one {{defined|white-space}} to work properly. There must be no {{defined|white-space}} between a parameter and its value, if any. Some of the parameters are exclusive and should not be used together, or the result may be undefined otherwise and may change from version to version. |
+ | |||
+ | ====/l{{string|xx}} {{feature|Go to Line}}==== | ||
+ | |||
+ | ====/c{{string|xx}} {{feature|Go to Char}}==== | ||
+ | |||
+ | ====/s{{string|xx}},{{string|yy}} {{feature|Set Selection}}==== | ||
+ | |||
+ | ====/a {{feature|Select All}}==== | ||
+ | |||
+ | ====/p {{feature|Print}}==== | ||
+ | |||
+ | ====/nl {{feature|NoLoad Settings}}==== | ||
+ | |||
+ | ====/ns {{feature|NoSave Settings}}==== | ||
+ | |||
+ | ====/d{{string|xx}} {{feature|Do Command}}==== |
Revision as of 18:48, 17 May 2006
You see work in progress here; this section already reflects future TED Notepad version 4.5.2.
This section may contain incomplete, premature, or mistaken information, prone to change without notice.
This section may contain incomplete, premature, or mistaken information, prone to change without notice.
Usage
TedNPad.exe [ /lxx | /cxx | /sxx,yy | /a ] [ /p ] [ /nl ] [ /ns ] [drive:][path]filename |
Note: All parameters must precede the filename and be delimited with at least one white-space
to work properly. There must be no white-space
between a parameter and its value, if any. Some of the parameters are exclusive and should not be used together, or the result may be undefined otherwise and may change from version to version.