I'm in a requirement to:
Open multiple files in multiple directories (not all files are .txt files, some are .ini, some without extension). Example: c:\dir\subdir\file1, c:\dir\subdir\file2.ini, c:\dir2\file3
Find 5 or 6 text strings in above files, string may contain special characters (Ex: %hostname%_a1234)
Replace them with new string values
Take backup of old files and save the updated files.
I've tried few scripts and couldn't get the solution.
Appreciate if anybody could help me to achieve this script.
Thanks in advance.