crystalized
Programmer
Hi All,
I am new to PCL so please let me know if I need to include more information etc. Here is my problem:
We have a bunch of reports created by Peoplesoft (which use PCL codes to control output etc.) The reports are generated as .LIS files.
We have a DOS batch file with a print command in it with the following:
This allows our users to generate the LIS files and then drag them onto the batch file - which prints them to the designated printer.
The problem is that this process consistently results in blank pages being "printed" at the end of the print job. The issue is further confused by the fact that this happens with pretty much any of the reports (using a variety of PCL codes).
I am currently investigating whether the printer has a supress blank pages capability. I have also examined DOS for other options - but I did not find any alternatives that worked with the drag and drop method (although perhaps my syntax was incorrect). I have looked at the files themselves and they do all seem to end with a formfeed character (which I can see when viewing the file in TextPad) - but the users will not be able to strip this off the file.
Does anyone have any other suggestions for what I might look into etc? I am not sure if this a problem that I can resolve based on PCL - but I thought someone here might have some ideas I haven't tried.
Crystal
--------------------------------------------------
Experience is one thing you can't get for nothing.
-Oscar Wilde
I am new to PCL so please let me know if I need to include more information etc. Here is my problem:
We have a bunch of reports created by Peoplesoft (which use PCL codes to control output etc.) The reports are generated as .LIS files.
We have a DOS batch file with a print command in it with the following:
Code:
print /d:<UNC printer path goes here> %1
This allows our users to generate the LIS files and then drag them onto the batch file - which prints them to the designated printer.
The problem is that this process consistently results in blank pages being "printed" at the end of the print job. The issue is further confused by the fact that this happens with pretty much any of the reports (using a variety of PCL codes).
I am currently investigating whether the printer has a supress blank pages capability. I have also examined DOS for other options - but I did not find any alternatives that worked with the drag and drop method (although perhaps my syntax was incorrect). I have looked at the files themselves and they do all seem to end with a formfeed character (which I can see when viewing the file in TextPad) - but the users will not be able to strip this off the file.
Does anyone have any other suggestions for what I might look into etc? I am not sure if this a problem that I can resolve based on PCL - but I thought someone here might have some ideas I haven't tried.
Crystal
--------------------------------------------------
Experience is one thing you can't get for nothing.
-Oscar Wilde