Files for logon scripts

  • Thread starter Thread starter Levente Kiss
  • Start date Start date
L

Levente Kiss

Hi all,

I try to copy a small file with a logon script through
Group Policy / User policy / logon script (to everyone's
computer).
The bat file looks like this: "copy a.dat c:\"

Where should I put the a.dat to be succesfull? I put to
many places ( servers root directory, servers winnt
directory), but nothing happened.
 
That command is telling the client to look for the file on itself and then
copy it to c:. Maybe you should try storing the a.dat file on a share. In
the logon script you could map a drive to the share and than issue a
statement to copy the file from the mapped drive to the local drive and then
delete the mapped drive


--
Tim Hines, MCSE, MCSA
Windows 2000 Directory Services

=====================================================
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top