Photography/Design/Vector/Programming help
ren "img_*.jpg" "////*.jpg"
get-childitem *.jpg | foreach { rename-item $_ $_.Name.Replace("IMG_", "") }
No comments:
Post a Comment