Aller au contenu principal

ATIH 11 -- start TrueImageMonitor.exe and TimounterMonitor.exe from Command Line? <SOLVED>

Thread needs solution

I use ATIH 11 infrequently (but when I do it works great!) so I use a BAT file to launch the ancillary services manually:

[code]
net start "Acronis Scheduler2 Service"
net start "Acronis Try And Decide Service"
[/code]

I would like to include TrueImageMonitor.exe and TimounterMonitor.exe and schedhlp.exe in the BAT file and though I can start the processes using the Start|Run line:

"C:\Program Files\Acronis\TrueImageHome\TrueImageMonitor.exe"
"C:\Program Files\Acronis\TrueImageHome\TimounterMonitor.exe"
"C:\Program Files\Common Files\Acronis\Schedule2\schedhlp.exe"

when I use a command line, e.g.,

[code]
"C:\Program Files\Acronis\TrueImageHome\TrueImageMonitor.exe"
"C:\Program Files\Acronis\TrueImageHome\TimounterMonitor.exe"
"C:\Program Files\Common Files\Acronis\Schedule2\schedhlp.exe"
[/code]

the command prompt window stays open and only the TrueImageMonitor.exe process is started.

Can you help me compile a BAT file which will launch both the 2 services AND
TrueImageMonitor and TimeounterMonitor and schedhlp.exe?

I don't think it makes much difference, but I'm using this on both Win7 and WinXP machines.

If I'm missing something terribly obvious, please forgive my ignorance!

Thanks,

Jim

0 Users found this helpful

You don't need to launch...
"C:\Program Files\Acronis\TrueImageHome\TrueImageMonitor.exe"
if you don't care about being able to have a system tray to click on, or to have ATI notificatio popups

"C:\Program Files\Acronis\TrueImageHome\TimounterMonitor.exe"
if you don't intend to mount images or double click on them to explore them. You can do this from within ATI

"C:\Program Files\Common Files\Acronis\Schedule2\schedhlp.exe"
if you don't intend to run ATI on a schedule.

You don't need the...
net start "Acronis Try And Decide Service"
If you don't use T&D or NonStopBackup. In recent versions of ATI (2011, 2012, 2013) There is no T&D service. Only the Non Stop Backup service. So I guess you have an older version of TI.

net start "Acronis Scheduler2 Service"
If you don't intend to launch an ATI task manually. I never tested this, but it is possible you can not use this service and trigger the task through the Windows task scheduler, or within the script you want to run. Since you use ATI rarely you can trigger the backup task directly.