Board logo

标题: [文件操作] 将剪贴板中的内容保存为文件 [打印本页]

作者: Wingl83    时间: 2008-12-22 21:14     标题: 将剪贴板中的内容保存为文件

可否将系统剪贴板中的内容保存为文件?例如剪贴板中为文字,则保存为文本文件;若剪贴板中为图片,则保存为jpg。保存在桌面。
作者: tireless    时间: 2008-12-22 22:21

用命令行工具 nircmd

clipboard [Action] [Parameter]

Allows you to set a value into the clipboard and clear the clipboard.

[Action] may contain one of the following values:


Examples:
clipboard set "123456"
clipboard set ~$folder.desktop$
clipboard set ~$folder.start_menu$
clipboard readfile "c:\temp\info1.txt"
clipboard addfile "c:\temp\clip1.txt"
clipboard clear
clipboard saveimage "c:\temp\clip01.png"
clipboard saveimage "c:\temp\clip01.gif"


[ 本帖最后由 tireless 于 2008-12-22 22:23 编辑 ]
作者: Wingl83    时间: 2008-12-22 23:16

这个工具我以前也听说过,但是帮助文件全是英文,水平有限,可以翻译一下吗?
作者: Wingl83    时间: 2008-12-23 01:01     标题: 回复 2楼 的帖子

请问我应该如何调用这个文件呢?运行该批处理时提示“'clipboard' 不是内部或外部命令,也不是可运行的程序或批处理文件。”
作者: lhjoanna    时间: 2008-12-23 02:32

和批处理文件放到同一个文件夹下就行。
此贴应放到代码咨询与讨论区吧。




欢迎光临 批处理之家 (http://bbs.bathome.net/) Powered by Discuz! 7.2