                    DAILY - Daily command execution facility
    
    SYNTAX:

        daily hh:mm:ss commands
                    
    PARAMETERS:

        hh:mm:ss        Specifies the time, in military form, when the
                        specified command(s) are to be executed each and every
                        day.

        commands        Is one or more iRMX commands. If more than one command
                        is specified, they should be separated with exclamation
                        ('!') marks.

    DESCRIPTION:

        The DAILY command provides an operator with a method for scheduling the
        execution of one or more commands at a specific time each day.
        
    EXAMPLE:
    
        To have all files in the USER directory tree copied to a backup device
        every morning, use the following command:
        
            bk daily 9:00:00 copydir :sd:user over :backup:user >daily.log

