how to copy files to folder in domain
I have 250 user in the company
We need to copy 3 files to be replaced in C:\Documents and Settings\X username \Application Data\Microsoft\Signatures
The three files is for signatures
1- One is Html Documant
2- One is Rish text document
3- One is Text document
1- How to do this silent and the files should be replaced in case of the file exit
2- Problem is that the that there is so many user are login to the same computer
3- How to push the 3 files to be copied to all X user without asking to replace the file
4- Is this can be push from domain admin to all at once
Please help me in that by batch file script file or any
We need to copy 3 files to be replaced in C:\Documents and Settings\X username \Application Data\Microsoft\Signatures
The three files is for signatures
1- One is Html Documant
2- One is Rish text document
3- One is Text document
1- How to do this silent and the files should be replaced in case of the file exit
2- Problem is that the that there is so many user are login to the same computer
3- How to push the 3 files to be copied to all X user without asking to replace the file
4- Is this can be push from domain admin to all at once
Please help me in that by batch file script file or any
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
WSPPackager
14 years ago
Hi
Write a vbscript to copy the files to the destination path. Do not hardcode the user name in the destination path, use the expandenvironmentstrings method to get the logged in user name.
Create Active Setup registry keys on each machine to call the vbscript for each logged in user.
This way...whenever a new user logs in then the script will executed and the needed files will copied.
Hope this solves your problem.
Write a vbscript to copy the files to the destination path. Do not hardcode the user name in the destination path, use the expandenvironmentstrings method to get the logged in user name.
Create Active Setup registry keys on each machine to call the vbscript for each logged in user.
This way...whenever a new user logs in then the script will executed and the needed files will copied.
Hope this solves your problem.
Posted by:
tariq3000
14 years ago
Posted by:
WSPPackager
14 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.