BIM World
A Professional BIM Learning Platform


How to Instantly Delete Process Files in Revit with One Click

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:

  1. Create a new text file and copy the following lines into it:

del *.*.rvt

del *.*.rfa

  1. Save the file and change its extension from .txt to .bat.
  2. Copy this .bat file into the folder where your Revit process files are located.
  3. Double-click the .bat file to run it. You will see that the temporary files have been deleted.
  4. 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
Like(0) 打赏
BIM WORLD » How to Instantly Delete Process Files in Revit with One Click

Comment Get first!

Must log in before commenting!

 

BIM World, A Professional BIM Learning Platform

Stay updated on the latest architecture trends and share new building technologies.

Contact UsAbout Us

觉得文章有用就打赏一下小编吧

非常感谢你的打赏,我们将继续提供更多优质内容,让我们一起创建更加美好的网络世界!

支付宝扫一扫

微信扫一扫

Account Login

By signing in, you agree toUser Agreement

Sign Up