                                                                mlist_exec

Chapter 10 Map Manipulation

Once a map list has been created, it may be used with any command or sequence
of commands (a macro) by executing the mlist_exec command and specifying the
map list name and an action (command) or macro.

mlist_exec

    Executes specified action on named map list.

*        mlist_exec [-s] maplist action

    Executes action (macro or function) on all maps specified within maplist.
    The maplist file is found under the map_lists directory.
    ___________________________________________________________________________
    Options/arguments:

*        -s        (optional) do NOT save each map after processing 
         maplist   Name of maplist
         action    Name of macro or function to execute
    ___________________________________________________________________________
    Example(s):

    To purge all of the maps listed in the map list file called dump_list,
    enter:
     
         mlist_exec dump_list purge map

    To execute a macro called mop_up on all maps in a map list file called
    cub_maps, enter:

         mlist_exec cub_maps mop_up
    ___________________________________________________________________________
    See also:

              mlist_create
    ___________________________________________________________________________
