2011-02-28 20:59:32 +03:00
|
|
|
@echo off
|
2011-08-09 17:15:13 +04:00
|
|
|
set PATH=%PATH%;%PROGRAMW6432%\7-Zip;%PROGRAMFILES(X86)%\Git\bin
|
|
|
|
git clone --branch wdk https://xchat-wdk.googlecode.com/git/ xchat-wdk
|
2011-08-09 17:48:14 +04:00
|
|
|
rmdir /q /s xchat-wdk\.git
|
|
|
|
7z a xchat-wdk-head.7z xchat-wdk
|
2011-02-28 20:59:32 +03:00
|
|
|
rmdir /q /s xchat-wdk
|
|
|
|
pause
|