Jack wrote:
> I created an unwieldy situation.
>
> I have about 100 directories and in each directory there are 4 files,
> named A, B, C, and D.
>
> Directory 1 has 4 files, A, B, C, and D.
>
> Directory 2 has 4 files, A, B, C, and D... and so on
>
> This has become a problem because I need to assemble all "A" files in
> one directory to perform a batch operation and, of course each
> successive "A" files wants to overwrite the preceding "A" file.
>
> Is there a program that will allow me to batch rename these files in
> different directories to A001, A002, A003, etc?
Hi,
I know a program that can do this: JOE
http://lab1.de/Central/Software/Datei-Tools/Joe/
Unfortunately it is in german only, but here are the necessary steps for
you:
1. Do a Windows search in your root directory (where the 100 subdirs are)
for 'A'
2. Select all files (CTRL+A) and drag&drop them with your mouse in the
JOE-window
3. In Field 'Maske' select A[Zahl].Typ (Zahl=number & typ=extension)
4. in section 'Zähler' select Länge=3 (Zähler=counter, Länge=length --> 001,
002, etc.)
5. in section 'Zähler' select Vornullen=Null (Vornullen=fill-up-spaces: 001,
__1, etc.)
6. select 'Umbenennen' (Umbenennen=rename)
7. Repeat 1-6 with B, C, D
The directories will look like:
directory1
A001
B001
...
directory2
A002
B002
and so on...
HTH,
Jörg