2011-02-28 18:59:32 +01:00
|
|
|
@echo off
|
2011-08-09 15:15:13 +02: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 15:48:14 +02:00
|
|
|
rmdir /q /s xchat-wdk\.git
|
|
|
|
7z a xchat-wdk-head.7z xchat-wdk
|
2011-02-28 18:59:32 +01:00
|
|
|
rmdir /q /s xchat-wdk
|
|
|
|
pause
|