バインドしたあとに、コピー先のオブジェクトを複数選択して
bodyCageの部分の名前を変更してコピー元のオブジェクトの名前を入力して実行
string $meshes[] = `ls -sl`;
for($mesh in $meshes)
{
select -r "bodyCage" $mesh;
copySkinWeights -noMirror -surfaceAssociation closestPoint -influenceAssociation closestJoint;
}