                                                                     acquire
Chapter 7 File Management

Before any LTPlus map-based operations can be performed, a current, active map
must be identified.  The acquire command identifies a map which was previously
created and/or processed.

acquire

    Opens named data file for use.

         acquire name

    This function will open for access the data files associated with the
    specified name directory.  If no map exists the user is asked if it should
    be created. 
    ___________________________________________________________________________
    Options/arguments:

         name      Map name
    ___________________________________________________________________________
    Example(s):

    To open the files comprising the cub_creek map, enter:

         acquire cub_creek
    ___________________________________________________________________________
    See also:

              create
    ___________________________________________________________________________

