06-29-2023, 11:12 AM
(06-29-2023, 10:48 AM)admin Wrote:(06-29-2023, 09:48 AM)Froggie Wrote: While running under Powershell, it matters not where I place the CLI SILENT switch (/s "1"), the task is never silent.
Command example(s)...
& 'C:\Program Files\Hasleo\Hasleo Backup Suite\bin\BackupCmdUI.exe' /a "run" /g "TaskGUID" /t "2" /s "1"
...or
& 'C:\Program Files\Hasleo\Hasleo Backup Suite\bin\BackupCmdUI.exe' /a "run" /s "1" /g "TaskGUID" /t "2"
The commands run as expected (DIFFERENTIAL images) except for the SILENT switch... any ideas...?
Edit: PS- the same thing happens when I run the "switched" commands under COMMAND PROMPT...
C:\Program Files\Hasleo\Hasleo Backup Suite\bin\BackupCmdUI.exe' /a run /g TaskGUID /t 2 /s 1
...or
C:\Program Files\Hasleo\Hasleo Backup Suite\bin\BackupCmdUI.exe /a run /s 1 /g TaskGUID /t 2
We will fix it as soon as possible. Thank you.
Do you wish to not display any information on the screen? Currently only interactive messages are suppressed.