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 Chris Miller 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: *

  1. JCMILBURN

    WshShell.Exec Error '800700002'

    Approched the problem from a different angle and it worked. strHostName = Mid(objRS("IP"),1,LEN(objRS("IP"))-3) strQuery = "SELECT * FROM Win32_PingStatus WHERE Address = '" & strHostName & "'" Set colPingResults = GetObject("winmgmts://./root/cimv2").ExecQuery( strQuery ) For Each...
  2. JCMILBURN

    WshShell.Exec Error '800700002'

    Update, I have changed the code to run as it's own asp page and now I get this error. WshShell.Exec error '80070005' Access is denied Line 6 <% Response.Buffer = true %> <% url = "172.20.36.86" Set objWShell = CreateObject("WScript.Shell") Set objCmd =...
  3. JCMILBURN

    WshShell.Exec Error '800700002'

    Looking for some help with this error from the prograqmming deities on this site. :) WshShell.Exec Error '80070002' The system cannnot find the file specified Line, 5 I am trying to include this ASP page below to preform a ping on IP addresses and I keep getting the error above. What's crazy...
  4. JCMILBURN

    VBscript - Lists subfolders or a subfolder

    You guys ROCK!!!!! Thanks a Mil!
  5. JCMILBURN

    VBscript - Lists subfolders or a subfolder

    Hoping that someone can help me out with this. Here is what I got. I have a mapped network Drive called J: and I need to list all of the subfolders and their child subfolders for the J drive and dump that into an array. I can list all of the subfolders of the root drive but not the child...

Part and Inventory Search

Back
Top