From c3d593ea3394d7bb454878613cc5106def72d906 Mon Sep 17 00:00:00 2001 From: Nicolas Simond Date: Mon, 17 Apr 2023 09:10:48 +0200 Subject: [PATCH] Added support for Windows 11 Fixed bug that doesn't respected timeout without nobreak option --- kill.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kill.bat b/kill.bat index ceff989..1a5e7d1 100644 --- a/kill.bat +++ b/kill.bat @@ -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 \ No newline at end of file +taskkill /F /IM AcroRd32.exe