Archives for: "April 2019"

Rename Multiple Files

Windows command: rename "abcd*.txt" "////*.txt" 1) Use the quotes 2) abcd is that to be removed 3) number of forward slashes equals # of characters to be removed 4) * is the bit to keep 5) Of course you can change the file ending too more »
Send feedback » more...