McIDAS User's Guide
Version 2012.1
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]
This keyword specifies the destination device of text output generated by a command. The format of the DEV keyword is shown below.
DEV=device filename file_option
DEV=device 'print_command''
See the FRMSAVE command for information about printing image and graphics output.
Below are six examples of using the DEV keyword.
IMGLIST MY/DATA.ALL DEV=NNN
This entry displays no output text.
IMGLIST MY/DATA.ALL DEV=CCC
This entry directs all text output (standard, error and debug) to the text frame.
IMGLIST MY/DATA.ALL DEV=FFF IMAGES
This entry directs all text output (standard, error, and debug) to the LW file IMAGES.
IMGLIST MY/DATA.ALL DEV=NC
This entry directs error messages to the text frame. Standard and debug messages are suppressed.
IMGLIST MY/DATA.ALL DEV=P 'lpr -Plp10ps'
This entry directs standard output text to the printer named lp10ps.
IMGLIST MY/DATA.ALL DEV=D
This entry is valid only in McIDAS-X on XP workstations. The entry directs standard output text to the desktop. It appears on the desktop as a new icon with the name IMGLIST Output.txt. You can manipulate the new icon like other desktop icons. For example, you can double-click it to open the file, drag it to the Printer icon to print its contents, or drag it to the Recycle Bin to remove it from the desktop.
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]