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 =...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.