Current Page:
NeXtMidas Training
Option Trees
Creating an Option Tree
Using OPTION
|
|
- The
OPTION command:
- The
OPTION command provides an easy way to create a simple option
tree with the default directory structure. The easiest way to do this is :
- Choose a name for the option tree.
- Choose a directory for the option tree to be placed in (if the directory does
not exist it will be created automatically).
- Use the
/CREATE feature of the OPTION command to
create (just the first time) the default directories and include a template command dictionary:
nM> option/create <name> <path to option tree>
For example:
nM> option/create myopt /home/smith/myopt123/nxm/myopt
- NOTE: Subsequent times, you will define your option tree WITHOUT the /create switch, e.g.
nM> option myopt /home/smith/myopt123/nxm/myopt
- For other methods of creating an option tree using the
OPTION command
please see the OPTION explain file.
|
|
|