do
execute a command file
SYNOPSIS
do command_file
do .
DESCRIPTION
The do macro reads commands contained in the ASCII file command_file, echoing each command to the screen as it is read.
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.