Files
batch-pdf-printer/kill.bat
T
Nicolas Simond c3d593ea33 Added support for Windows 11
Fixed bug that doesn't respected timeout without nobreak option
2023-04-17 09:10:48 +02:00

6 lines
166 B
Batchfile

REM Default timer to give some time for Adobe Reader to print the file
timeout /t 15 /nobreak
REM Kill Adobe Reader after printing
taskkill /F /IM AcroRd32.exe