KLanding/Update.bat

17 lines
593 B
Batchfile
Raw Normal View History

2015-11-21 21:39:37 +00:00
git.exe pull
2015-11-21 21:38:54 +00:00
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"
2015-11-14 11:33:21 +00:00
2015-12-04 18:04:57 +00:00
findstr "http://k-loud.cf" config.php >nul 2>&1
if errorlevel 1 echo Already Updated
if errorlevel 0 cscript replace.vbs "config.php" "http://k-loud.cf" "http://k-loud.tk"
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 Complete
2015-11-25 21:35:06 +00:00
ImportLines.bat