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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rEjInS

  1. rEjInS

    Script says Folder Exists even though it doesn't

    @JustScriptIt When using WMI to connect remote file system, you have to use \\ intsted of Eg: C:\\mainfolder\\subfolder. Below code works for me, when I connect to remote fie system. Set ObjWMI = GetObject("WinMgmts:\\" & StrIP & "\root\CIMV2") Set ColItem = ObjWMI.ExecQuery("SELECT * FROM...

Part and Inventory Search

Back
Top