Admin script from central workstation copying to remote clients via admin shares:
Code:

$comps=comnetview()
for each $comp in $comps
Copy @LDRIVE+"\ClaimFLO\*.*" "\\"+$comp+"\c$\Program Files\iDOiNK Technologies\ClaimFLO\"
next


copies the file to all computers, COMNetView is a uDF from the UDF Forum. For illustration purposes only.
_________________________
There are two types of vessels, submarines and targets.