Answer the question
In order to leave comments, you need to log in
How to print in a BAT file through the desired printer?
Hello! I hope someone will tell you ...
I have a task, files that fall into a certain folder must be immediately printed and deleted.
But the trouble is, they need to be printed with different parameters (black and white, color, two, one-sided printing). The files are pre-sorted (for example, only black and white documents fall into folder 1, and color documents fall into folder 2, etc.)
Here is the batch file that I have, and it seems to work
for %%i in (*.pdf) do (
"C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe" /t %%i%"
)
pause
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question