Viewing 5 posts - 1 through 5 (of 5 total)
Well, here is the script as it stands.
It works..of course, everyone would modify as needed.
Thanks guys for all your help!
' Declare variables
Const ForReading = 1, ForWriting = 2
Dim dmoApp,...
October 5, 2005 at 11:11 am
I will.
I will post it tomorrow from the office.
I am also developing a few more and will post those as well.
October 4, 2005 at 5:25 pm
U R Da MAN!!!!
dmoApp.ServerGroups.Item(1).RegisteredServers.Add(dmoRegServer)
Thanks.
October 4, 2005 at 9:03 am
Yes. I can register them individually - all with trusted connections.
The error is: The instruction ar "0x4240460c" referenced memory at......The memory could not be read." This is in a modal...
October 4, 2005 at 7:57 am
Thanks everyone...here is the new script. It is still crashing on the first pass.
' Declare variables
Const ForReading = 1, ForWriting = 2
Dim dmoApp, dmoServerGroup, dmoRegServer
Dim fso, MyFile, strServerName
...
October 4, 2005 at 7:34 am
Viewing 5 posts - 1 through 5 (of 5 total)