I have a laserjet 6P connected to an old DOS machine printing reports. Is there a way to tell the printer to always print in landscape mode without having to place a PCL command at the end of each report printed?
The problem is I'm not sure of the exact method of sending PCL to the printer. I've run EDIT and used:
<-&l1O (where <- is received by hitting CTRL P then the escape key)
Then I've saved that and sent it to the printer with:
copy test.txt LPT1:
Nothing actually prints from the printer although the light blinks as if it is receiving data. Then when I print out the next report it still comes out portrait. Does this have to be changed on a report-to-report basis or can I permanently fix this setting? I realize it's probably something very simple but this is the first and probably last time I'll ever have to forage into PCL programming so if someone could point me in the right direction I'd appreciate it.
Thanks.