Copy link to clipboard
Copied
I've got an action that takes a while. Like go and make a cup of tea kind of long. It now starts popping up continue messages for the user to prompt on an error - which is image subjective:
I thought I could switch prompts off with code using:
// Switch off any dialog boxes
displayDialogs = DialogModes.NO;
Toggle dialog on/off on teh action doen't make adifference as this is error (selection) based
Is there a on error auto continue way forward?
Sometimes I used to just put something heavy on the »OK«-key …
Does Batch’s »Log Errors to File« perform the Action without the alerts?
Copy link to clipboard
Copied
Sometimes I used to just put something heavy on the »OK«-key …
Does Batch’s »Log Errors to File« perform the Action without the alerts?
Copy link to clipboard
Copied
Nice one. That worked!
I suspect that got reset recently, as I can't remember switing that to stop for errors.
Does that get reset when preferences are deleted?
I've find a suitable paperweight as backup!
Copy link to clipboard
Copied
Does that get reset when preferences are deleted?
I suspect so, though frankly I do not want to reset preferences for testing …
I've find a suitable paperweight as backup!
An analog solution to a digital problem, I guess.