I have a script which monitors the free disk space on all my w2k servers and outputs the data to my sql server. I currently have it set up on a schedule. However I would also like to start the script server side from a web page any ideas.
As always here is my code use it freely.
Dim strStatus...
Why can't I run a do while statement from within a function?
Example:
Function pse()
objExplorer.Document.Body.All.IPAddress.setfocus
Do While objExplorer.Document.Body.All.scan.value = "Scan"
wscript.sleep 1000
Loop
End Function
Any one have any ideas on how to identify reliably which microsoft patches are installed. I am using the following code but have found it unreliable.
Dim objWMIService, objSystem
IPaddress = inputbox("Enter IPAddress")
Call pingcheck(ipaddress)
Function pingcheck(IPAddress)
Set...
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.