DTarchives command

Purpose

Print, view, or list archived report files or archived log files.

Syntax

DTarchives {-p [-P printer_name] [-N number_of_copies] |-v } -n filename | DTarchives -l

Flags

-n filename
The name of the archive file to be processed. You can use wild card characters, including * to represent any number of characters, and ? to represent a single character. For example "*.arc" means all files ending in .arc. If using wild card characters, you must enclose the string in single or double quotation marks.
-N number_of_copies
The number of copies to be printed if the -p flag is specified.
-p
Print the item specified by the -n flag.
-P printer_name
The name of the printer to be used if the -p flag is specified.
-v
View the item specified by the -n flag, on the screen.

Example

Print two copies of the archived SystemStats report on a printer called pubgen:

DTarchives -p -P pubgen -N 2 -n SystemStats.arc

View the archived file called inventory.log.arc on the screen:

DTarchives -v -n inventory.log.arc