svoid dm_sendClipboardTextTo(S computerID, S text) { dm_evalOnOtherMachine(computerID, "copyTextToClipboard(" + quote(text) + ");"); }