qdo
execute a command file without echo
SYNOPSIS
qdo command_file
qdo .
DESCRIPTION
The qdo macro reads commands contained in the ASCII file command_file. Unlike the do macro, the commands from the file are not printed on the screen.
If the argument is a single dot (.), the previous command file is used.
The global variable DO_DIR may be set to the name of directory that will be searched for command_file, if command_file is not in the current directory.
EXAMPLE
do do.scans
GLOBAL VARIABLES
- DOFILE
- Last command file used.
- DO_DIR
- Name of private command file directory.