test install.cmd

This commit is contained in:
2025-08-26 11:43:40 +02:00
parent 3ce675828a
commit ae05f6bf54
3 changed files with 17 additions and 4 deletions

14
install.cmd Normal file
View File

@@ -0,0 +1,14 @@
:: ------------------------------------------------------------
:: Installer
::
:: Aufruf mit: install.cmd <ProgrammName>
::
:: ------------------------------------------------------------
:: --- Erstelle und betrete Downloadverzeichnis
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
call settings.cmd
curl.exe %CURLOPT% %GITURL%/app/install_%1%.cmd & install_%1%.cmd