I’ve been doing a series of repetitive tasks and I finally hit upon the idea that perhaps DOpus could simplify the process for me. What I’d really like is a button that would move files to one of two places (right click, one place; left click, the other) and do some rudimentary (?) checking while doing so. Here is what I’m doing: I have a series of folders with subfolders. I’m manually checking the data in these subfolders to see if it is acceptable or if it needs further checking or processing (usually, meaning that the data is incomplete). After checking all of the subfolders in a particular subfolder, I move those that are correct to a “Complete” folder on an another drive (with the folder and subfolder structure intact). Frequently, there is already a folder with the same name in the Complete folder; that is fine. However, when there is a subfolder with the same name, then I don’t want to check the contents now or combine the contents; rather, I want a new subfolder to be created (called, for example “Subfolder (1)”). [See example below]. After the complete subfolders are moved, I move the incomplete subfolders to a separate “Incomplete” folder; however, unlike the “Complete” folder, the Incomplete folder also has the year and month appended to the end of the folder name (this helps me go back later and check my incomplete data at a future date). So, for example:
[ul]C:\Not Checked
\Matter A
\Item A --Check is good
\Item C --Check is not good
\Matter C
\Item A -- Check is good
\Item B -- Check is not good
E:\Complete
\Matter A
\Item A
\Item B
\Matter B
\Item A
E:\Incomplete (2007-06)
\Matter A
\Item C
\Matter C
\Item A[/ul]
In the previous example, the following would happen:
C:\Not Checked\Matter A\Item A will be moved to E:\Complete\Matter A\Item A (1)
C:\Not Checked\Matter C\Item A will be moved to E:\Complete\Matter C\Item A
C:\Not Checked\Matter A\Item C will be moved to E:\Incomplete\Matter A\Item C (1)
C:\Not Checked\Matter C\Item B will be moved to E:\Incomplete\Matter C\Item B
So, I’d like a DOpus button that will move to the Complete folder on a left click and the Incomplete folder on a right click. Right now, I’ve been dragging, but I tend to have problems with trees expanding (or accidentally dropping a folder in the wrong spot) and having to manually check to be sure that a subfolder with the same name does not already exist. I don’t know if this sort of processing is within the scope of what DOpus commands will do, but I figured it was worth a try…
Any help will be greatly appreciated!
---Michael[/list]