Reading a file into Windows clipboard: Is there a way to read the content of a file into the Windows clipboard?

Yes, use the following commands:

CopyText fromFile= "C:\temp\xx_test.txt" toText= "x"
CopyText fromText= "x" -toClipboard