Re: Only copy files if updated
- From: "Todd Vargo" <tlvargo@xxxxxxxxxxxxxx>
- Date: Wed, 10 Jan 2007 22:11:43 -0500
"Jon Doh" <JonDoh@xxxxxxxxxxxxxxxx> wrote in message
news:uS1XH2QNHHA.3424@xxxxxxxxxxxxxxxxxxxxxxx
Hi,would
I would like to download some files from a central source server onto all
the desktop clients on our network. I want to deploy these files via group
policy logon scripts. However due to the size of the files (approx 30 Mb)
after the first copy I only want the files to be copied if they have been
changed.
For example if I update config.xml on the central server that one file
be copied down to all the clients (the next time they log on) however theany
remaining files in the folder wouldn't be copied as they are unchanged.
I've been trying to find a way to do this via WSH or a batch file, does
one have a suggestion? Unfortunately my knowledge of WSH isn't great.for
If anyone is interested it's for a corporate screensaver which cycles
through various images, the idea is we change the images occassionally,
example at Christmas time etc and they will automatically download the
changed images when the PC reboots.
Place a batch in each startup folder with the following command.
@xcopy \\servername\shared_screensaver_files\*.* c:\local_folder\ /d
For further details on using xcopy, type XCOPY/? at a command prompt.
--
Todd Vargo
(Post questions to group only. Remove "z" to email personal messages)
.
- Follow-Ups:
- Re: Only copy files if updated
- From: Jon Doh
- Re: Only copy files if updated
- References:
- Only copy files if updated
- From: Jon Doh
- Only copy files if updated
- Prev by Date: Only copy files if updated
- Next by Date: check if network drive exist
- Previous by thread: Only copy files if updated
- Next by thread: Re: Only copy files if updated
- Index(es):