[Tutor] Copying file to multiple machines.
alan.gauld@bt.com
alan.gauld@bt.com
Wed, 19 Sep 2001 12:06:33 +0100
> I am new to python and am trying to copy a file from my
> machine to multiple machines on a network (98 machines)
You have W2K they have Win98?
Do they have sharing turned on for the folders you want
to copy to? If so you can use WSH to access the shared drives.
Hammonds book shows an example of this. Look under WSH.
However for this a simple CMD file would maybe be easier...
Although Python might make it easier to discover each
machine in the network before running the scroipt with the
machine name as a parameter - a hybrid approach?
Just some random thoughts.
Alan G.