I am trying to create a script to copy a file from a Network Share to a folder on all my computers in the network and overwrite the existing file. I would prefer not to enter user id and password as well as not map a drive.
Say on server1 i have shared a dll file ( \\server1\FolderName\xyz.dll)
i need to overwrite this xyz.dll file on this location (C:\program Files\software\xyz.dll) on to all my win XP Computers in my network.
Please guide me how to create a script for this