I have been using Dopus to maximize the efficiency of my document filing. A lot of the manipulations center around a file called "11.pdf" in my document folder. Now, I have a new Fujitsu scanner that automatically names the new scanned file to "11_001.pdf", if "11.pdf" already exist. That mechanism adds a lot more mouse clicks for my day to day file operations.
I have been searching for hours, but still aren't quite sure how to get around this. I got this far;
(HEREshould mean the lister's current directory, but its behavior when a full path is specified is in flux at the moment. In the long term, we're aiming to make the combination of HERE and a full path copy the file to the lister's directory, not the directory where the file is coming from. The current beta has a change to that effect but it caused some other problems, so we're going to back it out in the next beta, and do more internal testing before changing it again. It probably will change in the future, though, so the combination is best avoided for now.)
If I got the following code, Dopus will not response at all, no error message, just nothing. @ifexists:"c:/users/ed/Documents/11_001.pdf"
Rename FROM="c:/users/ed/Documents/11_001.pdf" TO="11.pdf" WHENEXISTS=delete
If I remove the line @ifexists:"c:/users/ed/Documents/11_001.pdf", with just;
Rename FROM="c:/users/ed/Documents/11_001.pdf" TO="11.pdf" WHENEXISTS=delete
then it will do the rename provided 11_001.pdf is there.
So, Dopus is not interpreting the line "@ifexists:"c:/users/ed/Documents/11_001.pdf".