8 lines
232 B
Batchfile
8 lines
232 B
Batchfile
@echo off
|
|
set PATH=%PATH%;%PROGRAMW6432%\7-Zip;%PROGRAMFILES(X86)%\Git\bin
|
|
git clone --branch wdk https://xchat-wdk.googlecode.com/git/ xchat-wdk
|
|
rmdir /q /s xchat-wdk\.hg
|
|
7z a xchat-wdk-tip.7z xchat-wdk
|
|
rmdir /q /s xchat-wdk
|
|
pause
|