need to push(deploy) few batch files to the machines on a network. All nodes are running Windows. The batch files contain some commands to initialize an env on each node.
what ways can this be accomplished? any tools readily available? thanks in adv.
Create list of computers in a file (not exactly necessary, but usually the easiest), named
computer.list
(or whatever):Run batch file:
(Fixed this part,
cp
isn't right, should becopy
)Link to download psexec if you don't have it already.
Same thing in PS: