Copy file to Documents and Settings folder on both roaming & local profiles

  • Thread starter Thread starter Ben
  • Start date Start date
B

Ben

Hi

We are distributing Normal.dot files to our users, some have roaming
profiles and some local.

We are using Xcopy in a logon script to do this, do I need to copy this to
the server location for the RP users or can I just copy this to C:\documents
and settings\%username%....

Thanks
Ben
 
Hi Ben,

The server location for roaming profiles.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP

Associate Expert - WindowsXP Expert Zone

Windows help - www.rickrogers.org
 
If you are doing it in a logon script then copy locally. It will be written to the server at logoff.
 
Thank you,

Ben

"David Candy" <.> wrote in message
If you are doing it in a logon script then copy locally. It will be written
to the server at logoff.
 
Back
Top