Hi all,
Many thanks for that, what I'm trying to do is this.
in the past a support firm have set a group policy to store corporate
templates for office programs on the network drive.
Every now and then we get problems with the templates and users are getting
an error message each time they shut word, excel, outlook etc. The message
refers to the normal template. So I have rejigged the policy to look at a
local folder on each laptop.
As a 1 off I'm looking to modify the login script so the contents of the
network templates folder can be copied to each users laptop, to the new
location given in group policy.
I'm concerned that if i send out a script, that either the anti virus on
each pc will block the script, or users will ignore the message until it's
too late as such.
I hope that explains things further....
Thanks for your assistance so far.
"Pegasus [MVP]" <> wrote in message
news:F6E77467-3EC3-4173-8C40-...
>
>
> "Fred Bloggs" <> said this in news item
> news:...
>> Hi,
>> I'm looking to get a folder including it's contents moved from a shared
>> server folder to the users c drive, during their login. I have a script
>> to move a file, but is it possible to copy a folder / directory too?
>>
>> TIA
>
> Does it have to be a script? The "CopyFolder" wheel has already been
> invented with the xcopy.exe or robocopy.exe command
> (http://www.microsoft.com/downloads/d...displaylang=en).