summary refs log blame commit diff stats
path: root/win32/deps-extract-x64.bat
blob: 33a7fcabea37378784d167ecfd7fbe8d85904492 (plain) (tree)
1
2
3
4
5
6
7






                                     
:: run this from a command prompt
@echo off
set PATH=%PATH%;%ProgramFiles%\7-zip

cd x64
7z x *.7z
pause