+x plugger - 20 December 2017 5:16 PMUsing Version 7.1Is there a way to pass completion action in calls to reflect.exe?I have a VBS file with two calls to reflect.exe: ExitCode = Backup ("""C:\...\reflect.exe"" -e -w <BACKUP_TYPE> ""C:\...\Q.xml""") ExitCode = Backup ("""C:\...\Reflect.exe"" -e -w <BACKUP_TYPE> ""C:\...\All.xml""")In the first call, I'd like reflect.exe to do nothing upon completion.In the second call I'd like it to "suspend".