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?
 

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

Back
Top