PDA

View Full Version : BATCH FILE FOR DELETING BACKUPS?



jwilhelm
2004-05-02, 05:12 PM
Is there a batch file available for deleting unwanted backup files?

adegnan
2004-05-02, 05:37 PM
Yes, there is. I dont' have it available to upload and share right now but I'll post it ASAP, unless someone else does first. (Maybe the creator of it will again post?)

There is also a batch file for upgrading families and project files to the current version of Revit.

beegee
2004-05-02, 10:52 PM
for convenience you can do it via "My Computer"

Open search in "My Computer" and type

*.0*.rvt for Project files or
*.0*.rfa for Family files or

*.0*.r** for both or them

save the search file on your desktop (or wherever)
by this you can even open a file before you delete it. (in case your not sure about the content of the file

gerhard

Wesley
2004-05-03, 03:52 AM
alternatively, modify that string to read

*.0???.rvt

that way it will find only those files where the first suffix is 4 digits long. I have noticed some families that have been made with two suffixes. This way you will not get them (unless you are REALLY unlucky!). Not sure wheteher they were out of the box, or off the web, but do be careful.
Wes

Zig
2004-05-03, 01:35 PM
Here it is. I had to zip it up as bat files aren't allowed?