Hi there.
I'm looking for a way to automatically restart Axy.
Currently I'm using a batch file like
@echo off
taskkill /F /IM Aximmetry.Composer.exe
TIMEOUT %1
start "" "D:\Program Files\Aximmetry DE UE5\bin\Aximmetry.Composer.exe" /quick "D:\Projects\myCurrentComp.xcomp"
Taskkill is brute force though, so I was wondering if there maybe is some sort of command
that kills Axy a bit more gracefully... :-)
Cheers & all the best.
Eric.
Hi Eric,
You can use the /watch command line switch to launch Aximmetry Composer, then make additional adjustments at Preferences / Watchdog.
Basically, Watchdog will automatically restart Aximmetry in case of a crash or frozen process. You can also manually control it with the following shortcuts (even if Aximmetry runs in the background):
https://aximmetry.com/learn/tutorials/for-studio-operators/keyboard-shortcuts/#watchdog
Warmest regards,
Matt