~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to prim/help/assignprin.hlq

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
% @(#)assignprin.hlq    19.1 (ESO-IPG) 02/25/03 14:02:57
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      assignprin.hlq
 
5
%.AUTHOR     KB, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, ASSIGN/PRINT
 
7
%.PURPOSE    On-line help file for the command: ASSIGN/PRINT
 
8
%.VERSION    1.0  01-JUN-1990 : Creation, KB
 
9
%.VERSION    1.1  19-MAR-1991 : Cleanup, KB
 
10
%.VERSION    1.2  09-JUL-1991 : exchange PRINTER with LPRINT, KB
 
11
%----------------------------------------------------------------
 
12
\se
 
13
SECTION./PRIN
 
14
\es\co
 
15
ASSIGN/PRINT                                           9-JUL-1991  KB
 
16
\oc\su
 
17
ASSIGN/PRINT [dev] [file_name]
 
18
        define output device for printing
 
19
\us\pu
 
20
Purpose: 
 
21
           Define output device for printing.
 
22
\up\sy
 
23
Syntax:
 
24
           ASSIGN/PRINT [dev [file_name]]
 
25
\ys\pa
 
26
           dev = print device (may be shortened to the first 3 characters):
 
27
\\
 
28
               LPRINT, the default line printer;
 
29
\\
 
30
               TERMINAL, user terminal;
 
31
\\
 
32
               LASER, the default laser printer;
 
33
\\
 
34
               FILE, if output should go to file indicated in next parameter;
 
35
\\
 
36
               defaulted to LPRINT
 
37
 
 
38
\ap\pa
 
39
           file_name = name of ASCII file to store data in for dev = FILE
 
40
\ap\sa
 
41
See also:
 
42
           ASSIGN/DEFAULT, PRINT/LOG, PRINT/TABLE, PRINT/IMAGE, 
 
43
\\
 
44
           PRINT/KEYWORD, PRINT/DESCR, PRINT/ICAT, PRINT/HELP
 
45
\as\no
 
46
Note: 
 
47
           This assignment will be used in all subsequent PRINT commands.
 
48
\\
 
49
           Instead of the generic device names you can also use the system 
 
50
           name of a printer at your site directly.
 
51
\\
 
52
           For example, at ESO "ps2usr1" would be possible.
 
53
\\
 
54
           Use the command "HELP [Printers]" to get a detailed list of all
 
55
           actually available printers at your site.
 
56
\on\exs
 
57
Examples:
 
58
\ex
 
59
           ASSIGN/PRINT
 
60
             Send all output from a subsequent PRINT command, e.g. PRINT/IMA
 
61
             to the the line printer.
 
62
\xe\ex
 
63
           ASSIGN/PRINT FILE raton.dat
 
64
             Send all output from subsequent PRINT commands to the ASCII file
 
65
             `raton.dat', this file will be created by MIDAS.
 
66
\xe \sxe