Re: Only copy files if updated
- From: "Jon Doh" <JonDoh@xxxxxxxxxxxxxxxx>
- Date: Thu, 11 Jan 2007 12:49:23 -0000
Thanks for this, I'd spent quite a while looking through the xcopy switches
and must just have missed this one!!
Thanks for the help, it's up and running fine now.
Jon
"Todd Vargo" <tlvargo@xxxxxxxxxxxxxx> wrote in message
news:ePWkx9SNHHA.1248@xxxxxxxxxxxxxxxxxxxxxxx
"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)
.
- References:
- Only copy files if updated
- From: Jon Doh
- Re: Only copy files if updated
- From: Todd Vargo
- Only copy files if updated
- Prev by Date: Re: Vista UAC problem with WScript.Shell Run method
- Next by Date: Re: check if network drive exist
- Previous by thread: Re: Only copy files if updated
- Next by thread: check if network drive exist
- Index(es):
Loading