:: Launch installer minimized start /min %installer%

:: Welcome mshta "javascript:var s=new ActiveXObject('WScript.Shell'); s.AppActivate('Format Factory Setup'); s.SendKeys('ENTER'); close();" timeout /t 2 /nobreak

:: Wait for installer window to appear (adjust ms as needed) timeout /t 2 /nobreak >nul

@echo off set installer=FormatFactory_5.16.0.0_AIO.exe if not exist %installer% ( echo Installer not found! & pause & exit /b )

start /min %installer% timeout /t 3 /nobreak >nul