0

i would like to know if there is a vb script which will move files from a specific location and there subfolders to another location based on their modified date and to keep the original directory structure in the new location.

The results to be saved in a .txt file.

thx in advance.

  • This may lead you in the right direction. http://www.safeer.in/2009/09/vb-script-to-move-files-based-on.html – sealz Feb 14 '12 at 21:32

1 Answers1

0

This former question here on SO

VBScript - copy files modified in last 24 hours

is a sample from which you can start from. If you have any difficulties to adapt it to your needs, come back and ask again.

Community
  • 1
  • 1
Doc Brown
  • 19,739
  • 7
  • 52
  • 88