Hi All, I am trying to create a script that search for a specific string and change a part of it. The "vmware-domain" should be a wild card name and not the name that exists. The purpose of this script is to find the old domain and change it to the new one. I have copied and pasted some old cript that i have but i have trouble getting this one to work as i suck in VB :( Would really appreciate your help
Regards, Buff
CrazyMAtt Edit: Fixed the code tags..
< Message edited by crazymatt -- 11/12/2007 1:45:25 AM >
please test your code before posting. You are using "Option Explicit", but don't Dim all variables (e.g. objFSO); opening the same file twice isn't a good idea either; you should have caught the wrong quotes in the Replace call.