Search code examples
batch-fileacrobat

acrord32 CLOSE immediately after print


Need to Close acrord32.exe immediatly after the print command is executed please help

@echo off
rem start "" "acrord32" "xxxxxx.pdf"
acrord32/N/T xxxxxx.pdf
taskkill /f /im AcroRd32.exe

currently the acrobat reader windows needs to be closed manually Acrobat Reader ver XI


Solution

  • AutoIt would be a good way to press the print button, and close it.