Task not started from external scheduler

Hello,
I am trying the 2019 Version build: 14110 (presently using 2017) and got a problem trying to start a True Image 2019 Task, from Windows Scheduler with the following command (working with the 2017 Version):
"C:\Program Files (x86)\Acronis\TrueImageHome\TrueImageLauncher.exe"
and with parameters;
/script:8B2F63B1-5CE0-4C7C-8594-09E9B8ACA11A
(which is the Task file name)
The Task is not started and the next start of True Image from the desktop displays a windows saying:
"Quelque chose ne fonctionne pas" in French (Something goes wrong)
Of course the windows ask to send an "Acronis System Report"....
I found also that the Windows Scheduler command is working if Acronis True Image is launched before the scheduled task.
So to circumvent the problem, i scheduled the task with the following steps:
- Launch True Image
- Wait 10 seconds
- Launch Task with the script parameter
- Kill True Image
And this task is working.
Thanks for any answer.
Jean


- Se connecter pour poster des commentaires

Many thanks Steve,
I modified my Windows Task Scheduler to be "more" conform to your bat file:
- Kill true image if running
- Launch True Image
- Wait 30 seconds
- Launch Task with the script parameter
- Wait 30 seconds
- Kill True Image if running
This task is working with this scheme.
The main concern of the bat file usage is that i need:
- One Windows scheduled task at the date and time
- One bat file per Acronis task
Compared to the unique Windows task scheduler and two vbs script, common to all my backups ("Wait 30 seconds", and "Kill True Image if running").
- Se connecter pour poster des commentaires