computing
  • 2

.Bat File To Print Multiple Pdf Files Without Opening Them.

  • 2

I have a list of PDF files in a directory I would like to All print without going to each on seperately etc

They are all in the same folder
eg PDF
file names do not change
eg Abc.PDF & Def.PDF

Would also be nice to print all *.pdf files in a folder

Would be very greatful of help

regards & happy new year

Bill

Share

1 Answer

  1. You basically have all of it there, its just the print command you need. So it would be something like:

    print /Documents/first.pdf

    I just tried this and it works.. is this what you were asking how to do?

    • 0