mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 19:22:39 +01:00
8 lines
114 B
Batchfile
8 lines
114 B
Batchfile
|
:: run this from a command prompt
|
||
|
@echo off
|
||
|
set PATH=%PATH%;%ProgramFiles%\7-zip
|
||
|
|
||
|
cd Win32
|
||
|
7z x *.7z
|
||
|
pause
|