copyToClipboard – Talk
From Bohemia Interactive Community
This command will work if executed by the dedicated server in a multiplayer environment.
if (isServer) then {copyToClipboard "Hello world";};
if (isServer) then {copyToClipboard "Hello world";};