📜  cmd 命令管道文件到剪贴板 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:30.345000             🧑  作者: Mango

代码示例2
CLIP

Description:
    Redirects output of command line tools to the Windows clipboard.
    This text output can then be pasted into other programs.

Parameter List:
    /?                  Displays this help message.

Examples:
    DIR | CLIP          Places a copy of the current directory
                        listing into the Windows clipboard.

    CLIP < README.TXT   Places a copy of the text from readme.txt
                        on to the Windows clipboard.