OK I have this code here:
set ofso = createobject("scripting.filesystemobject")
set nfile = ofso.createtextfile("c:\a\bb.txt")
Set xmldoc = CreateObject( "Microsoft.XMLDOM" )
xmldoc.Load("C:\a\bex00032.xml")
set nodelist = xmldoc.getElementsByTagName("machine_name")
for each node in nodelist...
I have x amount of boxes which I want to set a random number to, however they can not be the same number.
I can get a random number ok but I'm not sure how to remove that number from the set.
Anyone done something like this before?
I have a win2k server machine runing IIS 5, for some reason today the machine will not display ANY PAGES at all, it simply gives me a HTTP 500: server error [20-0003] error message. I can not even display HTML pages!!
I have been searching on the MS web site however I can only find an issue...
I have a machine with two NICS, however I can only be n one network at a time, so I would like to disable Nic(1) and enable Nic(2) copy some files and then swap them back over.
I know I can also do this by changing IP address' however I would prefer to disable the NIC.
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.