mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 19:22:39 +01:00
10 lines
125 B
Batchfile
10 lines
125 B
Batchfile
|
@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
|