[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Bin Control on HP Laserjets
- Subject: Re: Bin Control on HP Laserjets
- From: Ed Crotty <Ed_Crotty@NOTES.PW.COM>
- Date: Tue, 19 Dec 1995 16:47:29 CST
First , you need to set the TRAY= setting on the printer to EITHER UPPER OR
LOWER -- i.e NOT *BOTH*. otherwise, it will take the paper from either tray
that is the correct size.
then, use one of the following codes as the first code of every page.
encode '<27>&l1H' into $upper_tray
print $upper_tray () code
encode '<27>&l4H' into $lower_tray
print $lower_tray () code
It's worked well for me!