PeachPrintDoc.tioga
Don Curry, July 24, 1986 5:09:39 pm PDT
Willie-Sue, June 13, 1986 6:46:22 pm PDT
PeachPrint
CEDAR 6.1 — FOR INTERNAL XEROX USE ONLY
PeachPrint
Don Curry
© Copyright 1986 Xerox Corporation. All rights reserved.
Abstract: This hack just lets you print pd files at Peach print servers using the CommandTool rather than the Chat tool. The default behavior is to not fork so when it returns your file should have been printed. This is useful for serializing actions such as local expansions (using PeachExpand for instance) followed by remote prints. The STOP button may take some time since it tries to remove the print request from the servers' queue. There is also a procedure interface.
Created by: Don Curry
Maintained by: Don Curry <Curry.pa>
Keywords: Peach Printing
XEROX  Xerox Corporation
   Palo Alto Research Center
   3333 Coyote Hill Road
   Palo Alto, California 94304

For Internal Xerox Use Only
1. PeachPrint, the CommandTool command
To Acquire:
Bringover -mp PeachPrint.df:
To Use:
To send a local file to a Peach print server:
PeachPrint Server PdFile

To send a remote file to a Peach print server:
PeachPrint Server /RemoteMachine/Cedar/PdFile
To send a file to your default Peach print server:
PeachPrint PdFile
User profile entry to specify default Peach print server:
PeachPrint.PrintServer: SomeServer
Switches:
-c N => make N copies (default 1)
-f => fork - (don't wait for printing to complete, just post the request and return)
2. PeachPrint - the interface
See: PeachPrint.DoPeachPrintCommand