/ Published in: Perl
This replaces all .pngx files with .png
Expand |
Embed | Plain Text
Comments
Subscribe to comments
You need to login to post a comment.
This replaces all .pngx files with .png
Subscribe to comments
You need to login to post a comment.
Use XP's for command. For example from the command line (in a batch file use %%x instead) to do a recursive move do
for /r %x in (foo) do move "%x" "drive:\path\bar"
and to do a recursive rename do
File Renamer