View previous topic :: View next topic |
Author |
Message |
cklier
Joined: 14 Jul 2009 Posts: 2
|
Posted: Tue Jul 14, 2009 8:55 pm Post subject: Insert Text at Beginning of File Name |
|
|
I have thousands of files named like example below:
263865733.pdf
263867468.pdf
263903505.pdf
I want to insert a label at the beginning of each file (all named differently) so they end up looking like the example below:
SAMPLE LETTER_263865733.pdf
SAMPLE LETTER_263867468.pdf
SAMPLE LETTER_263903505.pdf
How can I accomplish this? I am downloading your software for this very reason so please keep in mind this is the first time I've used the product.
Thanks for your help!
CK |
|
Back to top |
|
 |
admin Site Admin
Joined: 09 Mar 2007 Posts: 448 Location: Canada
|
Posted: Wed Jul 15, 2009 6:24 am Post subject: |
|
|
Copy the following information (regualr expression) into the custom renaming creator (do not include the single quotes).
Row: 1
Search: '(.*)'
Replace: 'SAMPLE_LETTER_\1'
Press scan and the preview window will pop up.
Hope that helps.
Peter. |
|
Back to top |
|
 |
|