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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top