penguinroundup
MIS
Hi! I am trying to send PCL codes to a HPLJ1200 printer that is using an HPLJ4 driver to change to orientation b/t landscape and portrait (the user prints from a dos-based app and needs to switch to landscape to print certain files, then switch the printer back to portrait again.)
I have 2 batch files, landscape.bat and portrait.bat. Each calls their respective *.pcl file using the following command: copy *.pcl lpt1
The pcl files contain the pcl codes for landscape and portrait taken from the HP support site. I have the following code for landscape: EC&I1O portrait: EC&I0O
When I run the landscape batch file to send the code to the printer, the printer spits out a page (printed portrait) that just has "1O" on it. This is driving me insane! Any insight would be greatly appreciated.
causemaker
I have 2 batch files, landscape.bat and portrait.bat. Each calls their respective *.pcl file using the following command: copy *.pcl lpt1
The pcl files contain the pcl codes for landscape and portrait taken from the HP support site. I have the following code for landscape: EC&I1O portrait: EC&I0O
When I run the landscape batch file to send the code to the printer, the printer spits out a page (printed portrait) that just has "1O" on it. This is driving me insane! Any insight would be greatly appreciated.
causemaker