Hi all
I am looking to rename several files on a directory structure
Files are like - 000010.txt. 000020.txt . ooo300.txt and so on across multiple directories
I need to scan all files on all durectories and rename with a sum 100 to the file name, so the final resuls have to be
000110.txt . 000120.txt 000400.txt
Is there a way to create a poweshell script to do it
Thanks