Hi All, I need a .vbs script to do the following:
-Search for new folders on an specific network path. (path1)
-If new/modified folders/files exist, execute robocopy.exe commandline, that copies to path1 and path 2 (updating, not overwriting)
-Conditions:
install.exe must exist on each source folder that will be copied. (path1\folder1\install.exe).
install.exe must have been modified on last 5 days at least.
-I need to use robocopy.exe to copy (it allows to log and update older files with new ones) but don't want cmd screen to be displayed.
-I need to run this every day at 6 pm, if new/modified folders exist of course.
I'll be grateful if you could help me with this!
thanks