% @(#)assignprin.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:43:16 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT assignprin.hlq %.AUTHOR KB, IPG/ESO %.KEYWORDS MIDAS, help files, ASSIGN/PRINT %.PURPOSE On-line help file for the command: ASSIGN/PRINT %.VERSION 1.0 01-JUN-1990 : Creation, KB %.VERSION 1.1 19-MAR-1991 : Cleanup, KB %.VERSION 1.2 09-JUL-1991 : exchange PRINTER with LPRINT, KB %---------------------------------------------------------------- \se SECTION./PRIN \es\co ASSIGN/PRINT 9-JUL-1991 KB \oc\su ASSIGN/PRINT [dev] [file_name] define output device for printing \us\pu Purpose: Define output device for printing. \up\sy Syntax: ASSIGN/PRINT [dev [file_name]] \ys\pa dev = print device (may be shortened to the first 3 characters): \\ LPRINT, the default line printer; \\ TERMINAL, user terminal; \\ LASER, the default laser printer; \\ FILE, if output should go to file indicated in next parameter; \\ defaulted to LPRINT \ap\pa file_name = name of ASCII file to store data in for dev = FILE \ap\sa See also: ASSIGN/DEFAULT, PRINT/LOG, PRINT/TABLE, PRINT/IMAGE, \\ PRINT/KEYWORD, PRINT/DESCR, PRINT/ICAT, PRINT/HELP \as\no Note: This assignment will be used in all subsequent PRINT commands. \\ Instead of the generic device names you can also use the system name of a printer at your site directly. \\ For example, at ESO "ps2usr1" would be possible. \\ Use the command "HELP [Printers]" to get a detailed list of all actually available printers at your site. \on\exs Examples: \ex ASSIGN/PRINT Send all output from a subsequent PRINT command, e.g. PRINT/IMA to the the line printer. \xe\ex ASSIGN/PRINT FILE raton.dat Send all output from subsequent PRINT commands to the ASCII file `raton.dat', this file will be created by MIDAS. \xe \sxe