VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。
CLIPBOARD
Syntax
CLIPBOARD APPEND, <string>
CLIPBOARD CLEAR
CLIPBOARD SET, <string>
Description
The CLIPBOARD command is used to put text into the Windows clipboard.
CLIPBOARD APPEND adds the contents of <string> to whatever text is already in the clipboard. Successive appends add the text on a new line.
CLIPBOARD CLEAR empties the clipboard of any data that was in it.
CLIPBOARD SET sets the contents of the clipboard to the text <string>.
OK
Unchanged.
Example
CLIPBOARD SET,Hello Clipboard!