Code:

comps$=comnetview() ; UDF from the UDF Forum
for each $comp n $comps
copy '\\server\share\folder\file.txt' '\\'+$comp+'\c$\program files\program\'
next


will copy a file to all computers in the domain. Lacks even basic error checking and is for illustration purposes only.
_________________________
There are two types of vessels, submarines and targets.