Aerender steals focus
Like... WHY?
Ive made a farm tool using backburner for using unused cpu power and everything works fine, except that by some absurd reason aerender, which is a cmd line tool, steals focus (??)
So if the designer is using photoshop (can be any software), everytime a task is assigned to his machine, it interrupts his strokes because aerender steals focus....
I did try to call the batch like so to make sure nothing I was doing was stealing focus:
@4628292 off
START "aerenderBB" /MIN /WAIT /B /LOW "c:\Program Files\Adobe\Adobe After Effects 2021\Support Files\aerender.exe" %1 %2 %3 %4 %5 %6 %7 %8 %9 | find /I "ERROR:"
if %errorlevel% equ 0 (exit /b 32) else (exit 0)(by the way, I have to work around the fact that aerender, besides stealing focus, does not return error codes..........................)
any solution or fix to this?
Thanks.
