- Jun 15, 2001
- 34,359
- 1,543
- 126
All,
I'm trying to find a way to print a large number of PDF files (some will be printed more than once) from the command line in Windows 2000 using Adobe Acrobat Reader 6.
From what I've been able to gather, there used to be a /t switch which allowed this, but it seems to have been broken in version 5.
The closest that I've been able to get is to have something like this:
acrord32.exe /s /p file.pdf
But that only brings a print dialog. I need it to print all of these things silently. I thought that echo-ing to the above command might "press the OK button" in the application, but it just seems to do nothing. Here's what I tried incase I lost you:
echo > acrord32.exe /s /p file.pdf
Without installing any other software (if it can be helped), can anyone tell me a good way to get this done? I don't care if it's a lot of work, it's more work to have someone babysit all of these reports everyday.
Thanks in advance,
Chaotic42
I'm trying to find a way to print a large number of PDF files (some will be printed more than once) from the command line in Windows 2000 using Adobe Acrobat Reader 6.
From what I've been able to gather, there used to be a /t switch which allowed this, but it seems to have been broken in version 5.
The closest that I've been able to get is to have something like this:
acrord32.exe /s /p file.pdf
But that only brings a print dialog. I need it to print all of these things silently. I thought that echo-ing to the above command might "press the OK button" in the application, but it just seems to do nothing. Here's what I tried incase I lost you:
echo > acrord32.exe /s /p file.pdf
Without installing any other software (if it can be helped), can anyone tell me a good way to get this done? I don't care if it's a lot of work, it's more work to have someone babysit all of these reports everyday.
Thanks in advance,
Chaotic42