Previous Next        Current Page: NeXtMidas Training / Getting Started - Part 1 / NeXtMidas Shell / nm
back
Start Here   
Background   
Common Midas Concepts   
Getting Started - Part 1   
   - NeXtMidas Shell   
      - nmstart   
      - nm   
      - nmend   
      - Modes of Operation   
   + Running NeXtMidas Commands   
   + Results Parameters   
   + Lab 1   
   + Getting Help   
   + Lab 2   
Getting Started - Part 2   
Working with Files   
Option Trees   
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   


  • Entering and exiting the NeXtMidas shell:
    • After the NeXtMidas shell session has been started (by running nmstart) you are free to enter the shell.
    • The shell can be entered by using the nm command:
      • In Linux:
        $ nm
        nM>
      • In Windows:
        c:\> nm
        nM>
    • You will know that you are inside the NeXtMidas shell whenever you see the nM> prompt in the console.
    • Once inside the shell you are free to run any NeXtMidas commands.
    • You can exit the NeXtMidas shell by typing exit. You can later re-enter the shell by running nm again.

back