setup_windows/packs/office_pack.cmd

17 lines
764 B
Batchfile
Raw Permalink Normal View History

2024-11-22 13:08:57 +01:00
rem -----------------------------------------------------------------------
rem Office-Pack
rem -----------------------------------------------------------------------
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
rem --- Ordner: Standardsoftware
set STDURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/standardsoftware
curl -kLO %STDURL%/install_greenshot.cmd & call install_greenshot.cmd
curl -kLO %STDURL%/install_sumatrapdf.cmd & call install_sumatrapdf.cmd
curl -kLO %STDURL%/install_pdf24.cmd & call install_pdf24.cmd
curl -kLO %STDURL%/install_libreoffice_x64.cmd & call install_libreoffice_x64.cmd
curl -kLO %STDURL%/install_microsip.cmd & call install_microsip.cmd