Microstation Batch Process Command Files -
level delete unused file save # If delete fails, the save still preserves work done earlier.
Always run a batch process on a copy of your data folder first. Unlike manual editing, there is no "Undo" button for a Batch Process that has modified 1,000 files. microstation batch process command files
Get-ChildItem -Filter "*Sheet*.dgn" | ForEach-Object "open design `"$($_.FullName)`"" level delete unused file save # If delete
# Quiet # Load and run a VBA macro named 'MyTools' Project and 'FixLevels' Module vba run [MyTools]FixLevels microstation batch process command files