Hi,
Good Day.
I'm looking script for (bat file or VB script) copying files from one windows server to another windows server and append current date in addition once files has been copied send e-mail to few persons.
Example below:
We need the following files to be transferred to one server to another windows server daily @ 9am:
copy from source server1 C:data\x-GHead_20130918 to remote server d:\backupdata\x-GHead_20130918
likewise below files as-well
y-GDetail_yyyymmdd.txt
a-GrpHeader_xxxxxxxx.txt
z-GrpDetail_xxxxxxxx.txt
once the above files has been copied successfully from source server to destination server send email to abc@example.com
Thanks.