Answer the question
In order to leave comments, you need to log in
Where is the error in my BAT file?
There is one BAT file that should print the contents of the folder
for %%i in (*.pdf) do (
"C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe" /t %%i%"
)
pause
for %%i in (*.pdf) do (
"C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe" /t %%i%" <C5045a3sw> <Canon iR-ADV C5045 UFR II V4> <IP_192.168.160.56>
)
pause
Answer the question
In order to leave comments, you need to log in
Perhaps /t should be placed before the printer name, and not before the file? %%i%
I don't think it's right, I should %%i
.
Those. it goes something like this:
for %%i in (*.pdf) do (
"C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe" %%i /t <C5045a3sw> <Canon iR-ADV C5045 UFR II V4> <IP_192.168.160.56>
)
pause
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question