i know this may sound like a common problm but i just can not figure it out... i have a folder on my desktop that i need to duplicate and then totally rename all the files is it... i dont want to add a string to the start or the end... i want to do this on a regualar basis as the folder contains text files i download regulary.
for example the original files as:
/Desktop/downloads/filename_1.txt
/Desktop/downloads/filename_2.txt
/Desktop/downloads/filename_3.txt
/Desktop/downloads/filename_4.txt
and it needs to be:
/Desktop/downloads_copy/001.txt
/Desktop/downloads_copy/002.txt
/Desktop/downloads_copy/003.txt
/Desktop/downloads_copy/004.txt
for example the original files as:
/Desktop/downloads/filename_1.txt
/Desktop/downloads/filename_2.txt
/Desktop/downloads/filename_3.txt
/Desktop/downloads/filename_4.txt
and it needs to be:
/Desktop/downloads_copy/001.txt
/Desktop/downloads_copy/002.txt
/Desktop/downloads_copy/003.txt
/Desktop/downloads_copy/004.txt