Macro Files and the macro Command

The macro command is used to define a batch of macros all at once. The macro definitions must be in an Autolog macro file (.amf) that you (or another application) created previously. Name the .amf file in a macro command to load the macro definitions contained in that file for Autolog to use:
 
macro macro file name

An Autolog macro file contains one or more macro definitions, one per line, in this format:
 

id:<macro text>

Here's an example macro file, mydefs.amf:

   0:<my sign-on name>
   1:<my password>
   a:<(312) 555-1212>
   b:<12>
   c:<^M>
To use these macro definitions, you'd name this file in a macro command:
 
macro mydefs.amf