Archives for: "16 Apr 2019"
Rename Multiple Files
by roger on Apr.16, 2019, under Uncategorized
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 »