How to Delete Process Files with One Click in Revit
When using Revit Save during a project, you may notice numerous files named “0001,” “0002,” “0003,” and so on. These process files cannot be reset to zero, meaning that every time you save a project in Revit, temporary process files are inevitably created. This can be frustrating, especially for BIM engineers who prefer a clean workspace.
Here’s a simple, one-click method to delete Revit process files:
- Create a new text file and copy the following lines into it:
del *.*.rvt
del *.*.rfa
- Save the file and change its extension from
.txtto.bat. - Copy this
.batfile into the folder where your Revit process files are located. - Double-click the
.batfile to run it. You will see that the temporary files have been deleted. - If your process files are stored within multiple subfolders, modify the batch file content as follows to delete files recursively:
del *.*.rvt /s
del *.*.rfa /s
xuebim
Follow the latest BIM developments in the architecture industry, explore innovative building technologies, and discover cutting-edge industry insights.
← Scan with WeChat















Must log in before commenting!
Sign Up