Hello,
I need to rename files in a folder. I was trying to use DOS ( "ren" ) but was unsuccessful.
Can someone give me a hint how this can be done.
I want the First 3 Chars to be removed from Original file name.
Original FileName: ABC12345.txt, ABC88898.txt, ABC67890.txt
Desired FileName: 12345.txt, 88898.txt, 67890.txt
Thanks,
K
I need to rename files in a folder. I was trying to use DOS ( "ren" ) but was unsuccessful.
Can someone give me a hint how this can be done.
I want the First 3 Chars to be removed from Original file name.
Original FileName: ABC12345.txt, ABC88898.txt, ABC67890.txt
Desired FileName: 12345.txt, 88898.txt, 67890.txt
Thanks,
K
Comment