Aller au contenu principal

To follow scheduled task by partitions scan and OS shutdown

Thread needs solution

Is it possible using True Image Home current release to perform the backup tasks followed
by unattended scan for errors in file system (on all local partitions by chkdsk) and followed by unattended system shutdown?

0 Users found this helpful

You can create a batch file with the chkdsk /r command and the shutdown command and have the batch file executed as a post command.

How will it be with this when two or more TI tasks are to be performed before scanning partitions for errors in file system and finally shutting down the OS?

You can schedule the TI tasks at the same time or almost, and one will be queued until the first finishes. YOu can then add the batch file to the second one.
Alternatively, you can use the Windows scheduler to schedule everything in sequence.

Thanks for your hints!
In former case, if I add the batch to task which will finalize earlier (batch starts disk scans and os shutdown) won't it
interrupt the other TI task and disable it from doing its own
stuff? Problem is, it hard to say which task will complete first.

In latter case, I guess Windows tasks has to start again a batch where TI command line interface is used.
How will be the appropriate commands?
Is this option (use Windows scheduler) available with older
TI versions (from which one available)?

About the queuing, if task A is scheduled at 8:00pm and task B is scheduled at 8:01pm, task will alwas finish second.

About Windows task scheduler, see here: http://forum.acronis.com/forum/16086#comment-49269

Does it mean "task B will alwas finish second"?
One word seems to lack in your statement.
Thanks