? AUTO, Utilities, A program to AUTOmatically expand DCL commands   0 AUTO is a tool to let you use command completion: Each token of the command line (VERB, QUALIFIER, PARAMETER1 or QUALIFIER-Value) can be expanded to completion > or sequentially searched for the next or previous valid match.: This tool will display the buildup command after the ENTER/ key, but if you specify the /EXECUTE qualifier, < the buildup command will be executed via LIB$DO_COMMAND, and= control will return to AUTO. (see examples in the user guide)   T AUTO makes use of the DCL tables in P1-space (so the link with /SYSEXE or SYS.STB). 4 Symbols are also recognized, see the following table  Y 1. a symbol that executes a dcl_command (@)     : allow the /output and upto 8 parameters a 2. a symbol that executes a foreign command ($) : Look in the image for a command-table structure `                                                   and use that for definitions. If none is foundW                                                   a $REST_OF_LINE parameter is assumed. L 3. a symbol that executes MC(R)                 : this will revert to case 2Z 4. a symbol that translates to a normal verb    : Lookup the verb in the normal DCL tables    [ Warning: this programs uses the CLD tables in P1 space or in an image , so if these tables  I are not correct or incomplete, the command may not be executed correctly.   
 Building info B Objects and image are in the kit. If you want to build the programD Since the program has been linked with /SYSEXE, and was build under E VMS 8.2, you may have to relink the program if you are on a different  version of VMS.   7  1 : Unpack the kit         !$backup AUTO.bck/sav [...] B  2 : @MAKE_AUTO_'ARCH'      !if you have a recent fortran compiler2                             !arch = VAX,ALPHA,IA64&  3 : @MAKE_AUTO_'ARCH' LINK !otherwise    / See the User_GUIDE.TXT for further information. B The most recent version can be downloaded from oooovms.dyndns.org.F If you have suggestions or questions, please mail to the address below   Author : Fekko Stubbe ( E-mail : autodev (at) oooovms.dyndns.org