Can anyone tell me what line of code I need in my login script to perform the following:
I want to copy a file Normal.dotm from a global directory that all users have access to. The path = G:\Global\Normal.dotm
I want the file to be copied to C:\Documents and Settings\USER\Application Data\Microsoft\Templates\
The file being copied needs to overwite the current one in the directory of the same name.
Two problems here I can’t figure out. Firstly, the user does not have access to the C:\ drive by default. Secondly how does the script know to copy the file to the current USER logging in?
Any help would be appreciated.
I want to copy a file Normal.dotm from a global directory that all users have access to. The path = G:\Global\Normal.dotm
I want the file to be copied to C:\Documents and Settings\USER\Application Data\Microsoft\Templates\
The file being copied needs to overwite the current one in the directory of the same name.
Two problems here I can’t figure out. Firstly, the user does not have access to the C:\ drive by default. Secondly how does the script know to copy the file to the current USER logging in?
Any help would be appreciated.