Running BACKUP Manager from a command procedure The following example uses the command procedure DKA300_SAVE.COM to illustrate the use of the foreign command interface: $ BAKMAN == "$SYS$SYSTEM:BACKUP$MANAGER.EXE" $ BAKMAN SAVE_VOLUME /INCREMENTAL /TEMPLATE=DKA300_DAILY You can run this command procedure using the DCL command SUBMIT to execute BACKUP Manager in batch mode to perform an incremental backup of the DKA0 disk, as follows: $ SUBMIT/AFTER=03:00 DKA0300_SAVE.COM For more information about the SUBMIT command, type HELP SUBMIT at the DCL prompt ($). For more information about BACKUP Manager command line qualifiers, see "Command line qualifiers" in the "Command Line ..." help topic.