Post Reply 
Artwork search request - album.jpg
18-01-2022, 13:35
Post: #12
RE: Artwork search request - album.jpg
The following is working for me in my test setup (with the [ ] characters):

Code:
Get-ChildItem -Path "D:\mus" -Recurse -Filter "album.jpg" | ForEach-Object { Move-Item -LiteralPath $_.FullName $_.FullName.Replace('album.jpg','folder.jpg') }
Get-ChildItem -Path "D:\mus" -Recurse -Filter "album.png" | ForEach-Object { Move-Item -LiteralPath $_.FullName $_.FullName.Replace('album.png','folder.png') }
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Artwork search request - album.jpg - simoncn - 18-01-2022 13:35

Forum Jump:


User(s) browsing this thread: 1 Guest(s)