Over 1.096.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips.
Try the new precise Engineering calculator.
New AutoCAD 2026 commands and variables.
CAD tip # 10206:
Question
A
If you need to batch-delete Inventor backup files, i.e. all folders (directories) OldVersions from a given location, you can use the following simple batch file:
@ECHO off ECHO Remove OldVersions folders: for /d /r ".\" %%a in (OldVersions\) do if exist "%%a" ( echo %%a rmdir /s /q "%%a" ) pause
Copy this contents to a .bat file. Then run this BAT file in the requested folder - e.g. from a DOS window or by doubleclick. This batch removes all "OldVersions" folders in the current location and in all subfolders under it, including the folder contents.
Inventor


13.2.2015
10006×
applies to: Inventor ·