Can I suppress default error messages?
- Posts: 2
- Joined: 12 Apr 2025
I am using Windows Task Scheduler to execute a .ffs_batch job. The task runs fine. But try as I might, I cannot suppress the nuisance post-sync default error reporting pop-up. I have tried <ErrorDialog>Hide</ErrorDialog> and <ErrorDialog>Minimized</ErrorDialog> in the batch script, and have even tried to remove the ErrorDialog line altogether. In each case, Scheduler throws an invalid parameter error. I have also tried to run the task as hidden and that hasn't helped either. Is there any way of suppressing the default post-sync error log popup? Minimized by default would be ideal. The pop up is disruptive.
-
- Posts: 2629
- Joined: 22 Aug 2012
Checkmarking "Ignore Errors", "Run minimized" and "Autoclose" when saving your *.ffs_batch sync configuration should do the job. See here.