I have a problem with the script below:
set "acrobat=C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe"
set "printername=\\MINPRT\MNCE"
set "drivername=Canon iR1730/1740/1750 PCL6"
set "portname=192.168.40.60"
for %%X in (\\Minfls\Messinter\LIBRI\Prenotazioni\SUPERIORI\*.pdf) do ("%acrobat%" /t "%%X" "%printername%" "%drivername%" "%portname%")
The script start and open Acrobat Reader DC but, since I don't close the Acrobat's Windows, the print doesn't start. What can I do to solve this problem?