mirror of
https://github.com/stylersnico/batch-pdf-printer.git
synced 2026-06-05 00:18:22 +02:00
c3d593ea33
Fixed bug that doesn't respected timeout without nobreak option
6 lines
166 B
Batchfile
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
|