I have seen scripts that search for a specific entry eg this one;
'On Error Resume Next
Const ForReading = 1
SearchString = Inputbox ("Enter the Entry Value")
Set objExcel = CreateObject("Excel.Application")
objExcel.Visible = True
objExcel.Workbooks.Add
intRow = 2
objExcel.Cells(1, 1).Value...
Hello,
I am performing a re-ip address and the previous system admins loved host files. What I am looking for is a script to go down a list of servers and query out the host file entries other than local host to a log file.
Does anyone have anythign like this ?
Hi,
This is a script I use to update a shortcut argument and it works well apart from if the short cut has allready been updated the find finds the oldserver name in the new string and replaces it.
I kinda know that what I want to do is a regex match ^Oldserver so it only finds it in that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.