How to run ATI from batch file
I would like to run ATI 2013 from a batch file. The problem is that the batch file does not wait until ATI has finished, and starts immediately the next step of the batch file. I have WIN8 installed.
This is the relevant part of my batch file:
--------------------------------------------------
"C:\Program Files (x86)\Acronis\TrueImageHome\TrueImage.exe" /script:D618B1FB-7945-490D-8DB2-9A6165BED8E4
copy S:\LOGFILES\udlog.log X:\CHECK\*.*
cd\
shutdown -s -f
--------------------------------------------------
Before and after ATI there are running several other tasks as part of the daily automated processes. On WIN XP with ATI 11 this worked fine. The batch waited until ATI had finished, then copies the log, and then shutdown.
How can handle this?
Thanks for your help.
- Accedi per poter commentare