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 strongm 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: pawelem
  • Content: Threads
  • Order by date
  1. pawelem

    Remove Old ( working ) + msgbox info ( not working)

    On Error Resume Next Set oFileSys = WScript.CreateObject("Scripting.FileSystemObject") sRoot = "C:\PATH" today = Date nMaxFileAge = 1 DeleteFiles(sRoot) Function DeleteFiles(ByVal sFolder) Set oFolder = oFileSys.GetFolder(sFolder) Set aFiles = oFolder.Files Set aSubFolders =...
  2. pawelem

    destination folder depending on month

    Hello everybody! I am new here because I am looking for help with my vbs script. (sorry for my english if I will make any mistakes) So my script need to copy every files from source folder into other destination folder which is on mapped drive --- and this part is ready and working. I...

Part and Inventory Search

Back
Top