script question...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know the commands that are used or know where I can get informatio
about creating a login script that would connect to a network share that contains a file
copy it to a specific directory and have it overwrite an existing file on the clients machine

Any help on this is greatly appreciated

Thanks
 
try a simple bat file

net use g: \\servername\dir\
copy g:\filename c:\localpc /Y
net use g: /delete

-----Original Message-----
Does anyone know the commands that are used or know where I can get information
about creating a login script that would connect to a
network share that contains a file,
copy it to a specific directory and have it overwrite an
existing file on the clients machine?
 
Back
Top