windows - Copy a file from one computer to many computers? -


i using windows 7. need write batch file copy file (can extension) 1 computer many computers. how can that? please me.

copy c:\tmp\localfile.txt \\computer1\c$\tmp copy c:\tmp\localfile.txt \\computer2\c$\tmp 

... , on

not elegant, should working


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -