DOSLIB中有函數用在剪切板
dos_clipboard
--------------------------------------------------------------------------------
Returns or sets a string of text in the Windows clipboard.
Syntax
(dos_clipboard [string])
Parameters
string
A string of text to set in the Windows clipboard.
Returns
The string if successful.
nil on error.
Example
Command: (dos_clipboard "Hello World!")
"Hello World!"
Command: (dos_clipboard)
"Hello World!"