This commit is contained in:
Michael H.G. Schmidt 2021-02-27 21:16:12 +01:00
parent 2a6e6dee1c
commit c20299028b
2 changed files with 5 additions and 6 deletions

View File

@ -2,7 +2,7 @@
rem this script puts everything in place ... rem this script puts everything in place ...
set TOOLS=c:\tools set TOOLS=c:\tools
set BATCH=%TOOLS%\scripts\\autoconfig-all.cmd set BATCH=%TOOLS%\scripts\autoconfig-all.cmd
set LOG=c:\CustomSetup.txt set LOG=c:\CustomSetup.txt
del /F %LOG% 1>nul 2>nul del /F %LOG% 1>nul 2>nul
@ -14,9 +14,6 @@ date /t
time /t time /t
echo. echo.
echo ####### %0 #######
echo.
echo killing ssh agent ... echo killing ssh agent ...
taskkill /F /IM ssh-agent.exe taskkill /F /IM ssh-agent.exe
taskkill /F /IM ssh.exe taskkill /F /IM ssh.exe
@ -29,6 +26,10 @@ echo deleting %TOOLS% ...
rd /S /Q %TOOLS% rd /S /Q %TOOLS%
echo. echo.
echo copying folder %TOOLS% ...
robocopy tools %TOOLS% /MIR /256 /NJH /NFL /NDL
echo.
echo starting %BATCH% ... echo starting %BATCH% ...
call %BATCH% call %BATCH%
echo. echo.
@ -38,4 +39,3 @@ time /t
echo ####### %0 ####### echo ####### %0 #######
echo READY. echo READY.
echo. echo.

View File

@ -33,4 +33,3 @@ reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Env
/f /f
echo ####### %0 ####### echo ####### %0 #######