I have multiple files that contain data from a soon to be extinct application. Each file is named differently. I would like to keep the original file name but append the application name to the front. For example, 'xxx_yyyy_1.doc' would become 'application - xxx_yyyy_1.doc'. There are over 1,900 files and each xxx_yyyy part of the file name is different.
Any help would be appreciated.
Thanks.