10-29-2015 12:48 AM - edited 03-01-2019 09:18 AM
Hi,
I need to rename a file name with four character prefix followed by the original file name.
eg) abcde.txt to xyz_abcde.txt.
I tried with the normal renaming command ren path\abcde.txt xyz_*.txt.
Output I got was xyz_e.txt, the first four character of the orginal file name was replaced by the prefix, this is what I was not expecting.
Could someone help me to solve this issue.