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






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

cd Win32
7z x *.7z
pause