commit addd44cfc1bae668595abdcb8c473008a7d5b428
parent af09194dd495407395a6e50734055cecab45e2c0
Author: PlutoTank <qwolkensperg@gmail.com>
Date: Tue, 26 Nov 2019 13:42:06 -0800
fixed some problems with file making
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/CyberPolice.bat b/CyberPolice.bat
@@ -21,6 +21,9 @@ set powershellPath=%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\powershell.exe
set wmicPath=%SystemRoot%\System32\Wbem\wmic.exe
set lgpo=%toolsPath%/LGPO.exe
+echo CYBER POLICE are making required directories...
+if not exist "%output%\WindowsFeatures" mkdir "%output%\WindowsFeatures"
+
set lspEditOs = "Windows10"
echo %path%CyberPoliceOutput>%output%\path.txt
@@ -410,6 +413,7 @@ if /i "%aus%" neq "Y" goto:EOF
call:colorEcho 0b "Running %~1..."
echo.
start %~1 /wait
+echo.
goto:EOF
:colorEcho