diff options
Diffstat (limited to 'win32/deps-extract-x64.bat')
-rw-r--r-- | win32/deps-extract-x64.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/win32/deps-extract-x64.bat b/win32/deps-extract-x64.bat new file mode 100644 index 00000000..33a7fcab --- /dev/null +++ b/win32/deps-extract-x64.bat @@ -0,0 +1,7 @@ +:: run this from a command prompt +@echo off +set PATH=%PATH%;%ProgramFiles%\7-zip + +cd x64 +7z x *.7z +pause |