Automate pc-pc(In network) copy of files.

Please Help me out on this.

My reqt is :
The source PC - Win 2003 Advanced server
Destination PC - Win 2000 onwards

I want to write script in windows that copies the specified files/folder to the specified PC after certain time period.

Here, the data and path from/to be copied is static(Fixed)

Can anybody tell me the best way to do this.
[383 byte] By [kakademp] at [2007-11-19 11:07:53]
# 1 Re: Automate pc-pc(In network) copy of files.
You can write a little ".bat" file containing an MSDOS "copy" command.
And, you use Windows scheduler of one your machines, to launch the ".bat" command file at a particular time of the day, day of the week, etc.
olivthill at 2007-11-8 0:21:18 >