From 6267d6ead262c1d3e6d8601eeb0128631b979a4b Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 6 Sep 2012 14:59:16 +0200 Subject: [PATCH] Ajout d'un script unzip.bat --- softwares/unzip.bat | 1 + 1 file changed, 1 insertion(+) create mode 100755 softwares/unzip.bat diff --git a/softwares/unzip.bat b/softwares/unzip.bat new file mode 100755 index 0000000..782c7ac --- /dev/null +++ b/softwares/unzip.bat @@ -0,0 +1 @@ +"%PROGRAMFILES%\7-Zip\7z.exe" x -yo%2 %1 >NUL