Hi,
I have the following file in c:\check
ABC_01Sep02_01.TTX
ABC_01Sep02_02.TTX
ABC_01Sep02_03.TTX
I need to rename all to the file to ABC.TTX. How can I read the file one by one, rename the first one and copy it to another directory, delete the first file and then process the second file etc.
Tks,
I have the following file in c:\check
ABC_01Sep02_01.TTX
ABC_01Sep02_02.TTX
ABC_01Sep02_03.TTX
I need to rename all to the file to ABC.TTX. How can I read the file one by one, rename the first one and copy it to another directory, delete the first file and then process the second file etc.
Tks,