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

8 lines
114 B
Batchfile
Raw Normal View History

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