Script is interrupted by dialog
I have a script which I would like to run without interruption by any dialogs, processing a number of PSD files. If there are issues/errors along the way I don't care; I just want it to continue. I set "app.displayDialogs = DialogModes.NO;" at the start of the script. However the script is interrupted periodically by popups saying "The disk copy of <file> was changed since you last opened or saved it. Do you wish to update it?" with "Cancel" and "Update" options. Is there any way around this? I want to process several hundred PSDs in my script.
