home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hyprvx11 / print < prev    next >
Encoding:
Text File  |  1990-11-04  |  4.7 KB  |  148 lines

  1. PRINT
  2.  
  3. Queues a copy of the message you are currently reading (or have just read) for
  4. printing. The file(s) created by the PRINT command are not released to the print
  5. queue until you exit from MAIL.
  6.  
  7. Multiple messages are concatenated into one print job.
  8.  
  9. The PRINT command can take optional qualifiers. Also see the DCL command
  10. PRINT for more information on each qualifier.
  11.  
  12.  
  13. Format:        PRINT
  14.  
  15. Qualifiers:    /AFTER
  16.  
  17.                /AFTER=time
  18.  
  19.                Requests that the job not be printed until a specific time of
  20.                day. You can specify either absolute or delta time.
  21.  
  22.  
  23.                /ALL
  24.  
  25.                Indicates that all the currently selected messages be printed.
  26.  
  27.  
  28.                /BURST
  29.  
  30.                /[NO]BURST=( ALL : ONE )
  31.  
  32.                Controls whether a burst page is printed preceding a message. 
  33.                The qualifier can take either of two keywords: ALL or ONE. The    
  34.                ALL keyword indicates that each file in the job be preceded by a
  35.                burst page and flag page. The ONE keyword indicates that a
  36.                burst page is appended only to the first copy of the first file
  37.                in the job.
  38.  
  39.                /CANCEL
  40.  
  41.                Cancels all messages that have been queued for printing during
  42.                the current session.
  43.  
  44.  
  45.                /COPIES
  46.                /COPIES=n
  47.  
  48.                Indicates the number of copies to be printed. The default is 1.
  49.  
  50.                /FEED
  51.  
  52.                /[NO]FEED
  53.  
  54.                Controls whether the PRINT command automatically inserts
  55.                form feeds when it nears the end of a page. /FEED is the 
  56.                default.
  57.  
  58.  
  59.                /FLAG
  60.  
  61.                /[NO]FLAG=( ALL : ONE )
  62.  
  63.                Controls whether a flag page is printed preceding a message. 
  64.                The qualifier can take either of two keywords: ALL or ONE. The    
  65.                ALL keyword indicates that each file in the job be preceded by 
  66.                a flag page. The ONE keyword indicates that a burst page is       
  67.                appended only to the first copy of the first file in the job.
  68.  
  69.                /FORM
  70.  
  71.                /FORM=form-name
  72.  
  73.                Specifies the name or number of the form that you want for the
  74.                print job. Enter the DCL command SHOW QUEUE/FORM to list which
  75.                forms are available on your system.
  76.  
  77.                /HOLD
  78.                     
  79.                /[NO]HOLD
  80.  
  81.                Controls whether the message is available for print immediately.
  82.                The job is not released for actual printing until you use
  83.                the DCL command SETQUEUE/ENTRY/RELEASE to release it.
  84.  
  85.                /NAME
  86.  
  87.                /NAME=job-name
  88.  
  89.                Defines the name string to identify the job.
  90.  
  91.  
  92.                /NOTIFY
  93.  
  94.                /[NO]NOTIFY
  95.  
  96.                Indicates that you be notified by a broadcast message when the
  97.                file or files have been printed. The default is /NONOTIFY.
  98.  
  99.  
  100.                /NOW
  101.  
  102.                Sends all messages that have been queued for printing with
  103.                the PRINT command during this session to the printer.
  104.                Synonymous with the /PRINT qualifier.
  105.  
  106.  
  107.                /PARAMETERS
  108.  
  109.                /PARAMETERS=(parameter[,...])
  110.  
  111.                Specifies from one to eight optional parameters to be passed
  112.                to the job.
  113.  
  114.                /PRINT
  115.  
  116.                Indicates that all files previously queued to be printed
  117.                are to be released to the print queue. If you do not specify 
  118.                the /PRINT qualifier, files are not released to the print queue
  119.                until you exit from MAIL. The PRINT/PRINT command does not
  120.                queue the current message for printing.
  121.  
  122.  
  123.                /QUEUE
  124.  
  125.                /QUEUE=queue-name
  126.  
  127.                The name of the queue to which a message is to be sent. If the
  128.                /QUEUE qualifier is not specified, the message is queued
  129.                to the SYS$PRINT printer.
  130.  
  131.                /SPACE
  132.  
  133.                /[NO]SPACE
  134.  
  135.                Controls whether output is to be double-spaced. The default is
  136.                /NOSPACE (single-spaced).
  137.  
  138.  
  139.                /TRAILER
  140.  
  141.                /[NO]TRAILER=( ONE : ALL )
  142.  
  143.                Controls whether a trailer page is printed at the end of
  144.                message. The qualifier can take either of two keywords: ALL or
  145.                ONE. The ALL keyword indicates that each file in the job is
  146.                followed by a trailer page. The ONE keyword indicates that a 
  147.                trailer page is appended to the last copy of the last file in
  148.                the job.