UI: Run scripts in minimized window

This commit is contained in:
Nodir Temirkhodjaev 2023-07-12 16:29:24 +03:00
parent ac696bc065
commit 45b2c7289c

View File

@ -8,4 +8,4 @@ if defined PROGRAMFILES(X86) (
if exist %SystemRoot%\Sysnative\* set "SystemPath=%SystemRoot%\Sysnative" if exist %SystemRoot%\Sysnative\* set "SystemPath=%SystemRoot%\Sysnative"
) )
start "" /W %SystemPath%\cmd.exe /C %1 start "" /MIN /W %SystemPath%\cmd.exe /C %1