In a folder I have multiple files and I need to add a prefix to all of them
For example,
cd c:\a (a=directory)
inside a directory let's suppose I have 3 files
file1.txt
file2.xls
files.ppt
Finally I need the files keep in the same directory, but with a prefix I defined previously, for instance "BC001_N-"
BC0001_N-file1.txt
BC0001_N-file2.xls
BC0001_N-files.ppt
I hope someone can help me to haddle this
Thanks in advance buddies
Regards,
rabanto
