hexchat/win32/deps-extract-x64.bat
2012-10-02 19:17:48 +02:00

8 lines
112 B
Batchfile

:: run this from a command prompt
@echo off
set PATH=%PATH%;%ProgramFiles%\7-zip
cd x64
7z x *.7z
pause