PDA

View Full Version : script question...


April 30th 04, 07:00 PM
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?
>
>Any help on this is greatly appreciated.
>
>Thanks
>.
>

Greg
May 2nd 04, 03:52 PM
Thanks! u da man!

Google