Hi, I use rename command to batch rename files, while some files/folders may have been opened and not closed.
I am wondering is there a workaround to let rename command finish its job without popping out dialog warning file opened not able to rename etc.
Thanks.
AFAIK there isn't a way to prevent the Rename command showing error messages if there's an error.
You could do the renaming via scripting (using the Windows scripting object to rename things, rather than the Opus Rename command), but that would mean the script would have to do everything itself. Whether that makes sense depends how complex the rename is.
OK, thanks.