Added support for Windows 11

Fixed bug that doesn't respected timeout without nobreak option
This commit is contained in:
Nicolas Simond
2023-04-17 09:10:48 +02:00
committed by GitHub
parent 8c61b24fc2
commit c3d593ea33
+2 -2
View File
@@ -1,5 +1,5 @@
REM Default timer to give some time for Adobe Reader to print the file
timeout 10
timeout /t 15 /nobreak
REM Kill Adobe Reader after printing
taskkill /F /IM AcroRd32.exe
taskkill /F /IM AcroRd32.exe