Hi.
I'd like to use any copy command (PSexec, Robocopy, copy, xcopy) to copy a SINGLE file to the same location on MULTIPLE machines using XP.
e.g.
XCopy TEST.txt \\MACHINE1\C:\MyDir
XCopy TEST.txt \\MACHINE2\C:\MyDir
XCopy TEST.txt \\MACHINE3\C:\MyDir
Cxopy TEST.txt \\MACHINE4\C:\MyDir
Anyone have a sample batch file or utility to do this?
Cheers