VBScript - move files older than 180 days from mod

2020-02-16 01:57发布

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.

标签: vbscript
1条回答
欢心
2楼-- · 2020-02-16 02:20

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.

查看更多
登录 后发表回答