who can help me?

  • Thread starter Thread starter Johnsy Hu, Feng
  • Start date Start date
J

Johnsy Hu, Feng

I need copy a templet file ABCD.DOT from C:\Program Files\Microsoft
Office\Office\Startup\ to C:\Documents and Settings\%username%\Application
Data\Microsoft\Word\STARTUP\

Who can help me to achieve that depend on local machine group policy by step
and step? BTW, my OS is windows server 2003.

Thank you very much!
 
Hi,

I need copy a templet file ABCD.DOT from C:\Program Files\Microsoft
Office\Office\Startup\ to C:\Documents and Settings\%username%\Application
Data\Microsoft\Word\STARTUP\
Who can help me to achieve that depend on local machine group policy by step
and step? BTW, my OS is windows server 2003.

This is not a goal, that can be accomplished by GPO, because GPOs
can´t transfer files.
You can use a loginscript to accomplish this task.

A simple batch file, like:
copy "%programfiles%\Microsoft Office\Office\Startup\*.dot
"%appdata%\Microsoft\Word\Startup" /y

Mark
 
Back
Top