Instantly rename all exported .dwg or .pdf files - Revit tutorial

preview_player
Показать описание
Copy scripts in PowerShell and press Enter
1. cd 'enter here your directory of .dwg files'
2. Get-ChildItem *.dwg | % { Rename-Item $_ ($_.Name -replace "^[^ - ]* - ", "") }

☕ This helped and you want to thank me? Buy Me a Coffee :) ☕
Рекомендации по теме
Комментарии
Автор

Cool, this is the first time I know that powershell can do it.Besides, I use third party small tools often, but I have tried using dynamo to do it once.Here's the link.

mavs