J
JeffO
I have a user who has to rename tens of thousands of
files. The filenames were generated by a machine. They
follow this format:
70 1xxx xxxxxxxxx .tif
Strange enough? They start with a blank space, then 70,
then another blank space, 1 and three other digits, etc.
I need a script that will rename all the files in a folder
that follow this criteria to this format:
70-1xxx xxxxxxxxx .tif
So I only need the first space erased and the second
changed to a dash. The rest of the name MUST be retained.
Is this possible with a batch script, or must it be vbs?
files. The filenames were generated by a machine. They
follow this format:
70 1xxx xxxxxxxxx .tif
Strange enough? They start with a blank space, then 70,
then another blank space, 1 and three other digits, etc.
I need a script that will rename all the files in a folder
that follow this criteria to this format:
70-1xxx xxxxxxxxx .tif
So I only need the first space erased and the second
changed to a dash. The rest of the name MUST be retained.
Is this possible with a batch script, or must it be vbs?