- Local time
- 12:42 PM
- Posts
- 211
- OS
- Windows 11 Pro 22H2
Quick question even when this thread is resolved.
Code:
@echo off
cd /d "%~dp0"
setup.exe /configure installconfig.xml
Code:
@echo off
cd /d "%~dp0"
setup.exe /download installconfig.xml
Can I use the same batch file command to download the Office Data files replacing the "/CONFIGURE " with the "/DOWNLOAD" switch?
Code:
@echo off
cd /d "%~dp0"
setup.exe /configure installconfig.xml
Code:
@echo off
cd /d "%~dp0"
setup.exe /download installconfig.xml
Can I use the same batch file command to download the Office Data files replacing the "/CONFIGURE " with the "/DOWNLOAD" switch?
My Computer
System One
-
- OS
- Windows 11 Pro 22H2




