Group: Forum Members
Posts: 10,
Visits: 35
|
Thanks. In hindsight, the problem was that the auto-generated job VB scripts don't block, because they call 'reflect' in a new elevated WScript.Shell process and then quit immediately.
The solution is to directly call 'reflect' in GUI mode, like start "" /wait "C:\Program Files\Macrium\Reflect\Reflect.exe" -e -w my_backup.xml (Alternatives: A custom VB script, CreateProcess, etc.)
Nevertheless, is there any chance to get an (optional) progress indicator for the console version of Reflect?
|