This commit is contained in:
Michael H.G. Schmidt 2020-12-23 16:46:24 +01:00
parent acc559ce6b
commit a163c3dafc
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ set T=c:\TEMP
set TOOLS=c:\tools
set SCRIPTS=c:\scripts
echo ####### 1st-logon.cmd #######
echo ####### %0 #######
echo killing some processes...
taskkill /F /IM ssh-agent.exe
@ -27,7 +27,7 @@ mkdir %SCRIPTS%\tweaks 1>nul 2>nul
echo getting TOOLS from webserver ...
ftp -i -s:D:\ToolsDownload.ftp
echo ####### 1st-logon.cmd #######
echo ####### %0 #######
echo STARTING setup script...
call %SCRIPTS%\1st-setup.cmd

View File

@ -1,11 +1,11 @@
@echo off
echo ####### RunTest.cmd #######
echo ####### %0 #######
copy 1st-logon.cmd D:\
copy ToolsDownload.ftp D:\
echo ####### RunTest.cmd #######
echo ####### %0 #######
call D:\1st-logon.cmd