in reply to Printing MANY .pdf files in Windows

What you want to do is not use Adobe's reader. Instead, use the gsprint utility that uses the GhostScript/GSView system to print PDFs under Windows.

C:\> perl -e "system('gsprint','-printer','MyPrinterName',$_) for glob +('*.pdf')"
<-radiant.matrix->
A collection of thoughts and links from the minds of geeks
The Code that can be seen is not the true Code
I haven't found a problem yet that can't be solved by a well-placed trebuchet

Replies are listed 'Best First'.
Re^2: Printing MANY .pdf files in Windows
by Ace128 (Hermit) on Mar 25, 2006 at 10:26 UTC
    Alrighty! Thanks! Any way way to bundle external exes with par and use then from there? ;)

    UPDATE: Crap, need Ghostscript aswell... hard to bundle all that.