Previous Next        Current Page: NeXtMidas Training / Option Trees / Using an Option Tree / The Path / Using PATH
back
Start Here   
Background   
Common Midas Concepts   
Getting Started - Part 1   
Getting Started - Part 2   
Working with Files   
Option Trees   
   + Overview   
   - Using an Option Tree   
      - The Path   
         - Using PATH   
         - Using OPTION   
      - Linking to Option Trees   
      - Navigating Using NMD   
      - Using HOMEPATH   
   + Lab 1   
   + Creating an Option Tree   
   + Command Dictionary   
   + Building an Option Tree   
   + Lab 2   
Macros - Part 1 (Basics)   
Macros - Part 2 (Graphics)   
NetBeans - Part 1 (Setup)   
NetBeans - Part 2 (GUIs)   
NetBeans - Part 3 (Profiler)   
Eclipse - Part 1 (Setup)   
Eclipse - Part 2 (GUIs)   
Primitives   
WebStart   
Maps & Imagery   
X-Midas Interoperability   
RMIF & Remoting   
Installing NeXtMidas   
Support & Maintenance   
File Handlers   


  • The PATH Command:
    • The PATH command can be used to list the current path.
      nM> path
      15S: OPT.PATH        = UCL,DSP,HWC,SYS
    • The PATH command can be used to add or remove option trees to the current path.
      nM> path add train
      nM> path rem ucl
    • The path command can also be used to explicitly set all of the items in the path. (See the PATH explain file for details.)

back