DCSOlympus/install.bat
2023-12-21 15:33:28 +01:00

10 lines
144 B
Batchfile

@echo OFF
WHERE /q powershell
if %ERRORLEVEL% NEQ 0 (
.\scripts\install.bat
) else (
powershell ".\scripts\install.bat | tee output.log"
)