Sa mga gustong matoto pagrename ng mga files sa loog ng current folder heto ang Powershell command to the rescue.
powershell -C "gci | % {rni $_.Name ($_.Name -replace 'old-string', 'new-string')}"
Explanation:
--------------------------------------------
powershell -C "..." - launches a...