lpr printing limit of 25 files

  • Thread starter mathew amundsen
  • Start date
M

mathew amundsen

I have large numbers of postscript file I need to download
to an lpr printer. I have created a batch file with the
following command: lpr -P printer -S 13.239.48.12 %~nx1

This file is placed on the XP desktop with the name
lpr.bat. Files are then drag & dropped on to the icon for
the bat file and they print. I can drag up to 25 files in
a batch to the icon and they print. But I can't drag more
than 25 at a time. I need to drag up to 500 files at a
time for download to the printer. How can I get beyond
the 25 file limit?
 
T

Tony Edgecombe

If they are all in the same folder you could probably do this from the
command line using the for command. Just go to the command prompt and type
"help for" for more details.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top