I need some help and I still don't know the best way to accomplish
this. I need to search a license file that is a regualr asci text file
c:\gadgets\test.lic file and replace a line in the c:\gadgets\test.lic
and save it. What is the easiest way to accomplish this? And do I
save it out to a .vbs extenion?
The line I need to search for is: SERVER="chicago"
IPADDRESS="192.168.1. 5"
The Line I need to replace with is: SERVER="corporate"
IPADDRESS="192.168.1.45"
Thanks for anyone who reads this and/or helps me out.
-C