Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: boostaz1
  • Content: Threads
  • Order by date
  1. boostaz1

    contact your Customer Service Representative now for service 812C

    Please contact your Customer Service Representative now for service 812C What does this error mean and how do i get rid of it
  2. boostaz1

    starting a VBS script server side from a asp page

    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...
  3. boostaz1

    Question Do While Statements

    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
  4. boostaz1

    Microsoft Installed patches?

    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...

Part and Inventory Search

Back
Top