1 03/21/85 print
 2 
 3 Syntax as a command:  print {N}
 4 
 5 
 6 Function:  starts the actual printing of a file when the driver is at
 7 request command level.  This command is used by printer drivers only.
 8 
 9 
10 Arguments:
11 N
12    is a decimal integer that identifies the page at which the driver
13    starts printing.  If this argument is omitted, printing starts at
14    the current page of the file.
15 
16 
17 Notes:  A "+" or "-" preceding the page number indicates that the
18 number is relative to the current page.
19 
20 If the starting page number is beyond the end of the file, an error
21 message is printed, and a new command is requested.
22 
23 The print command causes a normal head sheet to be printed complete
24 with separator bars if needed.  The head sheet is followed by the
25 current page of the file.