Let's say you have a set of files like -
startblue1.txt
startgrey2.txt
startorange3.txt
And you want to rename them en masse, shifting the 'start' that comes at the start of the files to the end, so the results would be:
blue1start.txt
grey2start.txt
orange3start.txt
Is there any way to accomplish this via a DOS command?
startblue1.txt
startgrey2.txt
startorange3.txt
And you want to rename them en masse, shifting the 'start' that comes at the start of the files to the end, so the results would be:
blue1start.txt
grey2start.txt
orange3start.txt
Is there any way to accomplish this via a DOS command?