print in PROGRESS

shafee212

Member
Can any one tell me how do I redirect any document to print in progress . How to configure my printer to progress .
( I want a sample code for printing in porgress )

Thanks in advance .
 
You may start by reading about the 'output to printer' command and the -o startup parameter in the progress help.
 
If Unix, you probably want OUTPUT THOUGH followed by the lp command and options you would use to print the file were it a disk file you were going to print with

cat diskfile | lp -s -olandscape (or whatever)
 
Back
Top