Hi dharvey, welcome.
dharvey wrote:Hi all,
When my old program scans in documents it saves them to file based on the record number. Thus scanned tif file for record 19435 is saved as 00000019.435.
My new program saves scanned files to the record number also but names the scanned tif file for record 19435.tif
So I need to rename all the scanned tif files (about 1500) to the new name format and having a little trouble.
Any advice greatly appreciated.
FROM:
00000000.001
00000019.435
TO:
00001
19435
Plan A:
Could you just drop the old names "00000019.435" and do an fresh numbering?
- Make an copy of your real files and use this to test the following.
- add your old files to BRU
- be sure they are in the right order: 1, 2, 3, ...
- File(2): Remove
- Numbering(10): Prefix, Start 1, Pad 5Select a few files in the Name column to see how the NewName would be.
Press [Rename] if you are sure to rename.
-----------------------------------------------------------------------
If not we could try an second way:
Plan B:
- Make an copy of your real files and use this to test the following.
- add your old files to BRU
1. rule)
FROM:
00000000.001
00000019.435
TO:
00000000001
00000019435
- Replace(3): Repl.: . (dot) With: (nothing)2. rule)
FROM:
00000000001
00000019435
TO:
00001
19435
- Remove(5): First n: 6You can do both rules 1 + 2 at once.
Select a few files in the Name column to see how the NewName would be.
Press [Rename] if you are sure to rename.