<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ice-online.com/index.php?action=history&amp;feed=atom&amp;title=MENU</id>
	<title>MENU - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ice-online.com/index.php?action=history&amp;feed=atom&amp;title=MENU"/>
	<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=MENU&amp;action=history"/>
	<updated>2026-04-16T12:54:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.ice-online.com/index.php?title=MENU&amp;diff=768&amp;oldid=prev</id>
		<title>ConvertBot: list NeXtMidas commands in the command dictionary</title>
		<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=MENU&amp;diff=768&amp;oldid=prev"/>
		<updated>2020-04-27T22:04:51Z</updated>

		<summary type="html">&lt;p&gt;list NeXtMidas commands in the command dictionary&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;list NeXtMidas commands in the command dictionary&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;NAME&amp;gt; - Command name to search for.      [DEF=*]&lt;br /&gt;
&amp;lt;FUNC&amp;gt; - Specify which action to perform. [DEF=LIST]&lt;br /&gt;
&amp;lt;SUP&amp;gt;  - Which support area to view (P=Primitive, I=Intrinsic, H=HostPrimitive,&lt;br /&gt;
         M=Macro, %=UserMacro, ...).      [DEF=*]&lt;br /&gt;
&amp;lt;OPT&amp;gt;  - Name of option tree.             [DEF=*]&lt;br /&gt;
&lt;br /&gt;
Performs various actions, depending on the &amp;lt;FUNC&amp;gt; keyword, on the current&lt;br /&gt;
configured set of NeXtMidas commands. When giving command names, a '*' is&lt;br /&gt;
implicitly added to the end of the name, i.e.:&lt;br /&gt;
        nM&amp;gt; menu m&lt;br /&gt;
&lt;br /&gt;
    Is the same as:&lt;br /&gt;
        nM&amp;gt; menu m*&lt;br /&gt;
&lt;br /&gt;
The entire list of configured commands is filtered through use of the &amp;lt;NAME&amp;gt;,&lt;br /&gt;
&amp;lt;SUP&amp;gt;, and &amp;lt;OPT&amp;gt;  parameters. The &amp;lt;SUP&amp;gt; parameter and &amp;lt;OPT&amp;gt; parameters refer&lt;br /&gt;
to the command type and option tree, respectively. The keyword values 'ALL' and&lt;br /&gt;
'*' are identical and make &amp;lt;NAME&amp;gt;, &amp;lt;SUP&amp;gt;, and/or &amp;lt;OPT&amp;gt; parameters all-inclusive.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Functions:&lt;br /&gt;
  ENABLE   - TBD&lt;br /&gt;
&lt;br /&gt;
  DISABLE  - TBD&lt;br /&gt;
&lt;br /&gt;
  LIST     - Displays commands in the command dictionary that match &amp;lt;NAME&amp;gt;,&lt;br /&gt;
             &amp;lt;OPT&amp;gt; and &amp;lt;SUP&amp;gt;. If the option tree in which the command resides&lt;br /&gt;
             is not 'SYS', then the option tree name is appended to the command&lt;br /&gt;
             name (unless /OPT=NO is used).&lt;br /&gt;
&lt;br /&gt;
  PREFER   - TBD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
  1. Display all commands that begin with the letter H in all areas and all&lt;br /&gt;
     option trees.&lt;br /&gt;
       nM&amp;gt; menu h&lt;br /&gt;
       HEADERMOD-I        HELP-I              HISTORY-I           HOMEPATH-I&lt;br /&gt;
       HTTPSERV-P         HW;HWC-M&lt;br /&gt;
&lt;br /&gt;
     in the above example the trailing star is implied and therefore matches&lt;br /&gt;
       nM&amp;gt; menu h*&lt;br /&gt;
       HEADERMOD-I        HELP-I              HISTORY-I           HOMEPATH-I&lt;br /&gt;
       HTTPSERV-P         HW;HWC-M&lt;br /&gt;
&lt;br /&gt;
  2. Display all commands that begin with the letter H in the intrinsic area&lt;br /&gt;
     of all option trees.&lt;br /&gt;
       nM&amp;gt; menu h,,I&lt;br /&gt;
       HEADERMOD-I        HELP-I              HISTORY-I           HOMEPATH-I&lt;br /&gt;
&lt;br /&gt;
  3. Display all commands that begin with the letter H in any area of the HWC&lt;br /&gt;
     option tree.&lt;br /&gt;
       nM&amp;gt; menu h* OPT=HWC&lt;br /&gt;
       HW;HWC-M&lt;br /&gt;
&lt;br /&gt;
  4. Save all commands (in path) to 'commands.tmp' including it's option tree.&lt;br /&gt;
       nM&amp;gt; menu/f=commands.tmp/opt&lt;br /&gt;
&lt;br /&gt;
Switches:&lt;br /&gt;
  /F=filename  Specify an output file to receive the command list (&amp;lt;FUNC&amp;gt;=LIST&lt;br /&gt;
               only). Writes the command names (no support) to a Type 1000 file.&lt;br /&gt;
               If no file name is given the default file name is 'menu.tmp'.&lt;br /&gt;
               Since 3.1.1: To include the option tree along with the command&lt;br /&gt;
               name, specify /OPT switch.&lt;br /&gt;
  /FORMAT=#A   If /F is specified, indicates the format of the output file.&lt;br /&gt;
               Since NeXtMidas 3.1.1. [DEF=XA]&lt;br /&gt;
  /OPT=        Display non-SYS option tree with command. [DEF=YES, NO for /F=]&lt;br /&gt;
&lt;br /&gt;
See also: DEFAULTS, EXPLAIN, HELP&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:NXM_Explain]]&lt;/div&gt;</summary>
		<author><name>ConvertBot</name></author>
		
	</entry>
</feed>