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
anonymous@discussions.microsoft.com - 30 Apr 2004 17:55 GMT
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
[quoted text clipped - 5 lines]
>Thanks
>.
Greg - 30 Apr 2004 18:56 GMT