How can one copy a file, from his windows computer, to a cluster of multiple windows machine, with one command? I thought about using psexec, but that also tries to execute the file...
|
feedback
|
|
If it's always to the same targets you might want to consider a batch file using a for loop, which simplifies maintenance somewhat. The source and destination can be either coded in or passed as parameters. | |||
|
feedback
|
|
Check out this SuperUser thread: http://superuser.com/questions/32630/parallel-file-copy-from-single-source-to-multiple-targets In short, try N2NCopy or use the batch script that Revolter mentions in the SU thread. | |||
|
feedback
|
|
I still sometimes find a simple batch file handy. This is an example I use to copy a virtual hard drive to 2 different computers for backup.
| |||
|
feedback
|