JTagle said:
Surreal2, thanks for the info, I tried it and it didn't work. After looking at it, I realized that it is missing the new file name.
ren D050708.*.C00 *
looks for the file to rename, what I need is the new filename, which I need it to be P00535.
The new filename is the * that follows the space after the old filename. It takes info from the * in the old filename, which represents the changing numbers, and uses it for the new filename.
For example:
ren *.doc *.txt
will change all extensions from .doc files to .txt, but leaves the first part of the filename unchanged.
Did you type a space between the last 0 of the old filename and the second * ?
Syntax: ren [oldfilename] [newfilename]
Equates to: ren [D050708.*.C00] [*]
Note the spaces between each item. You don't type in the square brackets, of course.
Maybe try changing/removing one item at a time:
ren D050708.*.C00 D050708.*
then
ren D050708.* *