Salta al contenuto principale

Command line no longer working - TI crashes

Thread needs solution

Hi,

I've been using the command line interface of TI for many years.

TI 2019 crashes, if the application is not already open and running.

Command line example: 

C:\Program Files (x86)\Acronis\TrueImageHome\TrueImageLauncher.exe /script:638524EA-924C-47E7-ADD8-E2DC67FCE92A

On the next start of TI 2019, a problem report window opens.

 

Regards
Martin

0 Users found this helpful

Martin, this appears to be a new behaviour with ATI 2019 and has been reported by other users too.

You can get around the issue if you call TrueImageLauncher.exe without any /script parameter first where doing this from the Windows Task Scheduler will cause ATI to be started in the background without showing anything, else you will see the main ATI GUI show if doing this interactively from a command prompt window.

I have been running a batch file to launch my ATI 2019 backup tasks which go to the Acronis Cloud where I have used this method both calling the batch file manually and by the Task Scheduler.

Thanks Steve,

will give it a try.

 

Martin

Steve,

if I do 

C:\Program Files (x86)\Acronis\TrueImageHome\TrueImageLauncher.exe 638524EA-924C-47E7-ADD8-E2DC67FCE92A

then ATI UI starts but does not execute the backup task. What I'm doing wrong?

Martin

Glad you have found the other post on this subject Martin - I have had my own batch script running today via the task scheduler and all was fine.

Note: when using the task scheduler, I put cmd /c start “” “E:\LaunchATITask.bat” as the task action where this launches my batch script with Administrator authority.