Hello,
I am looking to rename a file: Group1.ini to Group1.txt for each user in c:\documents and settings.
I'd like to do this as a batch file to run each day.
I tried:
While in c:\documents and settings.
I didn't think it would work but what the heck?
Does anyone know of a batch file or small .vbs script that will accomplish this?
Thanks!
Bri
I am looking to rename a file: Group1.ini to Group1.txt for each user in c:\documents and settings.
I'd like to do this as a batch file to run each day.
I tried:
Code:
rename /s Group1.ini Group1.txt
While in c:\documents and settings.
I didn't think it would work but what the heck?
Does anyone know of a batch file or small .vbs script that will accomplish this?
Thanks!
Bri