This commit is contained in:
Michael H.G. Schmidt 2021-01-10 16:57:44 +01:00
parent 467f2fd55c
commit 8ffa211eca
2 changed files with 0 additions and 90 deletions

View File

@ -1,55 +0,0 @@
@echo off
set LOG=c:\ToolsDownload.txt
set SETUPDIR=c:\Windows\Setup\scripts
set FTPSCRIPT=ToolsDownload.ftp
set T=c:\TEMP
set TOOLS=c:\tools
set SCRIPTS=c:\scripts
del /F %LOG% 1>nul 2>nul
if not "%1"=="STDOUT_TO_FILE" %0 STDOUT_TO_FILE %* 1>%LOG% 2>&1
shift /1
echo ####### %0 #######
date /t
time /t
echo.
echo killing some processes...
taskkill /F /IM ssh-agent.exe
taskkill /F /IM ssh.exe
echo restart explorer ...
taskkill /F /IM explorer.exe & start explorer.exe
echo deleting %TOOLS% and %SCRIPTS% ...
rd /S /Q %TOOLS%
rd /S /Q %SCRIPTS%
echo creating directories ...
mkdir %T% 1>nul 2>nul
mkdir %TOOLS% 1>nul 2>nul
mkdir %SCRIPTS% 1>nul 2>nul
mkdir %SCRIPTS%\conf 1>nul 2>nul
mkdir %SCRIPTS%\desktop 1>nul 2>nul
mkdir %SCRIPTS%\tweaks 1>nul 2>nul
mkdir %SCRIPTS%\other 1>nul 2>nul
echo DISABLE firewall (for FTP access) ...
netsh advfirewall set allprofiles state off
echo getting TOOLS from webserver ...
cd /D %SETUPDIR%
if EXIST %FTPSCRIPT% (
echo EXECUTING ftp script %FTPSCRIPT% in path %SETUPDIR% ...
ftp -i -s:%FTPSCRIPT%
) else (
echo INFO: %FTPSCRIPT% not found in path %SETUPDIR% !
)
echo.
date /t
time /t
echo ####### %0 #######

View File

@ -1,35 +0,0 @@
open exabyte-systems.com
w10install
9054c6cf-c54c
binary
cd tools
lcd c:\tools
mget *
cd ../scripts
lcd c:\scripts
mget *
cd conf
lcd c:\scripts\conf
mget *
cd ..
cd other
lcd c:\scripts\other
mget *
cd ..
cd desktop
lcd c:\scripts\desktop
mget *
cd ..
cd tweaks
lcd c:\scripts\tweaks
mget *
bye