11 lines
410 B
Batchfile
11 lines
410 B
Batchfile
git.exe pull
|
|
|
|
findstr "http://webclip.ml" config.php >nul 2>&1
|
|
if errorlevel 1 echo Already Updated
|
|
if errorlevel 0 cscript replace.vbs "config.php" "http://webclip.ml" "http://klips.cf"
|
|
|
|
findstr "knews.cf" config.php >nul 2>&1
|
|
if errorlevel 1 findstr "k-loud.cf" config.php >nul 2>&1
|
|
if errorlevel 1 findstr "konvos.cf" config.php >nul 2>&1
|
|
if errorlevel 1 ImportLines.bat
|
|
if errorlevel 0 echo Already Updated |