Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

duplex (both sides) printing

Status
Not open for further replies.

amar9

Programmer
Nov 23, 2003
9
US
Greetings. Could you let me know is there any way to print on both sides (DUPLEX) using a command of UNIX.

Thanks in advance.



 


check out GNU's a2ps.

a2ps -DDuplex:true myfile


On the other hand you could just change the printer under its MODE settings to be DUPLEX by default.


---
 
Hi tdatgod,

Thanks for the reply. The a2ps command did not work on my unix machine(HP 11i Superdome). I would like to use the command in the KORN shell script (batch processing).

[ The other option MODE setting change on the printer is not allowed here. ]

Thank You.

Amar
 
This will be a function of your printer not your os.
Depending on how the printer is connected to the system you would modify the "interface" file to prepend the command or escape sequence to each print job. This command will vary depending on the model of printer.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top