diff --git a/CustomSetup.cmd b/CustomSetup.cmd index 1b60c40..cd39b4b 100644 --- a/CustomSetup.cmd +++ b/CustomSetup.cmd @@ -2,7 +2,7 @@ rem this script puts everything in place ... set TOOLS=c:\tools -set BATCH=%TOOLS%\scripts\\autoconfig-all.cmd +set BATCH=%TOOLS%\scripts\autoconfig-all.cmd set LOG=c:\CustomSetup.txt del /F %LOG% 1>nul 2>nul @@ -14,9 +14,6 @@ date /t time /t echo. -echo ####### %0 ####### -echo. - echo killing ssh agent ... taskkill /F /IM ssh-agent.exe taskkill /F /IM ssh.exe @@ -29,6 +26,10 @@ echo deleting %TOOLS% ... rd /S /Q %TOOLS% echo. +echo copying folder %TOOLS% ... +robocopy tools %TOOLS% /MIR /256 /NJH /NFL /NDL +echo. + echo starting %BATCH% ... call %BATCH% echo. @@ -38,4 +39,3 @@ time /t echo ####### %0 ####### echo READY. echo. - diff --git a/scripts/install-git.cmd b/scripts/install-git.cmd index a61e679..bb67e0b 100644 --- a/scripts/install-git.cmd +++ b/scripts/install-git.cmd @@ -33,4 +33,3 @@ reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Env /f echo ####### %0 ####### -