1
0
mirror of https://github.com/moparisthebest/hexchat synced 2025-02-19 20:21:53 -05:00
hexchat/build/dep-extract.bat

10 lines
125 B
Batchfile
Raw Normal View History

2011-02-28 18:59:32 +01:00
@echo off
set PATH=%PROGRAMW6432%\7-Zip
cd ..\dep-x64
7z x *.zip
7z x *.7z
cd ..\dep-x86
7z x *.zip
7z x *.7z
pause