Files
setup_windows_2/settings.cmd

14 lines
481 B
Batchfile
Raw Normal View History

2025-08-26 09:48:25 +02:00
:: ------------------------------------------------------------
:: Installer
:: ------------------------------------------------------------
:: --- Erstelle und betrete Downloadverzeichnis
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
:: --- Basis-URL des Git-Repository
2025-08-26 10:52:41 +02:00
set GITURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows_2/raw/branch/main/
2025-08-26 09:48:25 +02:00
2025-08-26 10:52:41 +02:00
:: --- Optionen für curl
set CURLOPT=-kLO -A "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"