Can an ATI Home 2010 image be made from a batch?
Win 7 Home Premium 64 bit SP-1 with ATI Home 2010 (7,160)
Images are successful using ATI built-in Scheduled and Unscheduled Tasks.
To make an image with a batch file I tried the following with "Run as Administrator":
(Each of the following are on one line.)
(following is location of Unscheduled script, also tested with Scheduled script)
SET SCRPT=C:\ProgramData\Acronis\TrueImageHome\Scripts\3170E38B-8F08-41F9-B76C-60E87D537FED.tib.tis
(Test 1: using TrueImageLauncher.exe)
START "" /WAIT "C:\Program Files (x86)\Acronis\TrueImageHome\TrueImageLauncher.exe" /script:%SCRPT%
(Test 2: using TrueImage.exe)
START "" /WAIT "C:\Program Files (x86)\Acronis\TrueImageHome\TrueImage.exe" /script:%SCRPT%
(Test 3,4)
Same as above without START "" /WAIT
(Test 5: using script location only)
C:\ProgramData\Acronis\TrueImageHome\Scripts\3170E38B-8F08-41F9-B76C-60E87D537FED.tib.tis
- - ALL tests opened the ATI GUI BUT will NOT start an image.
- - Can an ATI image be made from a batch?
- Anmelden, um Kommentare verfassen zu können
In a batch the following makes an image:
SET SCRPT=3170E38B-8F08-41F9-B76C-60E87D537FED
"C:\Program Files (x86)\Common Files\Acronis\TrueImageHome\TrueImageHomeNotify.exe" /script:%SCRPT% /uuid:%SCRPT%
Thank you for the link. One important thing is to not use the full path to the script but only the ID itself.
This info should be in the ATI manual which would have saved me a lot of time.
Thanks again.
- Anmelden, um Kommentare verfassen zu können