I am trying to write a script to open a specific file format (.mxi) and process the file without user input. However this file format has a opening dialog to set up the bit depth of the image (8/16/32). I tried suppressing it with DisplayDialogs, but since this format is a plugin, it cant prevent the dialog.
Is it possible for the script to choose a specific (or any for that matter) option from the dialog, without user input and go on with the rest ?
I'm using VBScript btw.