1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00
hexchat/win32/deps-extract-x64.bat

8 lines
112 B
Batchfile
Raw Normal View History

2012-10-02 13:17:48 -04:00
:: run this from a command prompt
@echo off
set PATH=%PATH%;%ProgramFiles%\7-zip
cd x64
7z x *.7z
pause