Advertisement
TheNephalim

Untitled

Oct 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Get-ChildItem "I:\Calibre Library" -include *.epub, *.mobi, *.azw3 -Recurse | Rename-Item -NewName {$_.name -replace [regex]::replace($_.basename, "[\(\)]", ""),[GUID]::NewGuid() }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement