KLanding/ImportLines.bat

22 lines
668 B
Batchfile
Raw Normal View History

2015-11-14 15:28:49 +00:00
CACLS *.* /e /p everyone:f
echo ^<?php >>config.php
2015-11-25 21:35:06 +00:00
findstr "http://knews.cf" config.php >nul 2>&1
if errorlevel 1 echo Already Updated
if errorlevel 0 echo $knews = "http://knews.cf"; >> config.php
findstr "http://k-loud.cf" config.php >nul 2>&1
if errorlevel 1 echo Already Updated
if errorlevel 0 echo $kloud = "https://k-loud.cf"; >> config.php
findstr "http://konvos.cf" config.php >nul 2>&1
if errorlevel 1 echo Already Updated
if errorlevel 0 echo $konvos = "http://konvos.cf"; >> config.php
findstr "konvosvisible" config.php >nul 2>&1
if errorlevel 1 echo Already Updated
if errorlevel 0 echo $konvosvisible = "1"; >> config.php
2015-11-14 15:28:49 +00:00
echo ^?^> >> config.php