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 bkrike 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 Ravok

  1. Ravok

    If folder not exist

    This will do what you wanted: Dim fso, WshShell, SourceFile, DestFile DestFile = "c:\windows\tools\filename.exe" 'Local workstation file SourceFile = "\\ServerName\ShareName\FileName.exe" 'Remote server file Set fso = CreateObject("scripting.filesystemobject") set WshShell =...
  2. Ravok

    WMI Query with LIKE

    I'm trying to write a wmi query that will resolve a host. The person who will search for the host might not know the full name of the host. The script bellow was checked on Windows 2003 server. I am basing my syntax on...

Part and Inventory Search

Back
Top