Previous Next        Current Page: NeXtMidas Training / Getting Started - Part 1 / NeXtMidas Shell / nmstart
back
Start Here   
Background   
Common Midas Concepts   
Getting Started - Part 1   
   - NeXtMidas Shell   
      - nmstart   
      - nm   
      - nmend   
      - Modes of Operation   
      - Modes of Operation (cont)   
   + 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   


  • Starting a new NeXtMidas session:
    • Before NeXtMidas can be run a new shell session needs to be started.
    • Shell sessions are started using the nmstart command
      • In Linux:
        $ nmstart
      • In Windows:
        c:\> %nmstart%
    • Once the session has been started the NeXtMidas version and copyright information will be printed.
                            NeXtMidas Version 3.9.4                             
      ******************************************************************************
      ** NeXtMidas Version: 3.9.4    Date: 2021-03-29    Support: Linux/Windows   **
      ** Copyright 1999-2021 Innovative Computer Engineering, Inc.,   Fairfax, VA **
      **    Maintained by Technology Management Associates, Inc., Chantilly, VA   **
      **   TMA is a subsidiary of SAP National Security Services, Inc (SAP NS2)   **
      ******************************************************************************
             < Open browser to $NMROOT/htdocs/index.html for documentation >
                < Type "nm" to enter the shell. Type "exit" to get out >
    • Note: The above assumes NeXtMidas has been installed and configured for your user account. Please see the module on "Installing NeXtMidas" for more details.

back