So your script looks like
var dir = Folder('Q:/Images');
var selectedFile = dir.openDlg("Select Image" , "Select:*.nef;*.cr2;*.crw;*.dcs;*.raf;*.arw;*.orf;*.dng;*.psd;*.tif;* .jpg;*.png;*.bmp");
if( selectedFile !=null ){open(File(selectedFile));}
Does the open directory dialog show? If so does it show an empty folder or show your client sub folders? If so do you have a file with one of the following extentions .nef, .cr2, .crw, *.dcs, .raf, .arw, .orf, .dng, .psd, .tif, .jpg, .png or .bmp in there or in your client sub folders:
It's really odd. I just created a new folder on my Q: drive called Images2 and put a couple of folders in it. I then duplicated the script replacing the folder to open from Images to Images2. The script works fine using Images2, but not when using Images. Not sure what's causing it but I appreciate your efforts to get it working. Guess I'll have to settle for clicking the OK button to go to that folder.
Thanks again!
Mark
North America
Europe, Middle East and Africa
Asia Pacific