mirror of
https://github.com/stylersnico/batch-pdf-printer.git
synced 2026-06-05 00:18:22 +02:00
5 lines
152 B
Batchfile
5 lines
152 B
Batchfile
REM Default timer to give some time for Adobe Reader to print the file
|
|
timeout 10
|
|
|
|
REM Kill Adobe Reader after printing
|
|
taskkill /F /IM AcroRd32.exe |