mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-11 08:20:17 +00:00
8 lines
112 B
Batchfile
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
|