So I try the most simple method I could think of: Windows Scheduler and A Batch File.
So here what I've got for the Batch file:
@echo offAfter that I'll just have to create a Scheduler set to run that batch file on requested time-run.
set new_file_name=[source_file_name]%date:~4,10%
set new_file_name=%new_file_name:/=-%
copy "[source_path][source_file_name].ext" "[destination_path]%new_file_name%.ext"
There you go...! Have a try and please, give me some feedback of your own experiment result.
No comments:
Post a Comment