talk is cheap show you the code
Get-ChildItem -Path "D:\project\1018\118\09_47_47_2704" -Filter *.jpg | Rename-Item -NewName { $_.Name -replace '\.jpg','.png' }
talk is cheap show you the code
Get-ChildItem -Path "D:\project\1018\118\09_47_47_2704" -Filter *.jpg | Rename-Item -NewName { $_.Name -replace '\.jpg','.png' }