From 56429f1c0201a4dee9bd649587f79631980d6901 Mon Sep 17 00:00:00 2001 From: Rob van Son Date: Sun, 21 Dec 2014 11:38:19 +0100 Subject: [PATCH] Preparation for WinZip support. --- Config.praat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Config.praat b/Config.praat index f5631fd..ea96c8a 100644 --- a/Config.praat +++ b/Config.praat @@ -1300,6 +1300,9 @@ endproc windowsUnzipCommand$ = "" if fileReadable("C:\Program Files\7-Zip\7z.exe") windowsUnzipCommand$ = """C:\Program Files\7-Zip\7z.exe"" e" +elsif fileReadable("C:\Program Files\WinZip\winzip32.exe") + # !!! Find a way to include the output folder !!! + windowsUnzipCommand$ = "C:\Program Files\WinZip\winzip32.exe"" -min -e " endif procedure readWordlist .sourceDir$ .file$ # No use doing anything if the source does not exist -- 2.11.4.GIT