Thinkai's Blog

Autohotkey|Python|php|aardio|VOIP|IT 爱好者

XP版clip.exe Autohotkey 3600

作者为 发表

Autohotkey

#NoTrayIcon ;不显示图标
stdin := FileOpen("*", "r") ;使用stdin,文件对象
content := stdin.read() ;读取
Clipboard := RegExReplace(content,"\r*\n*$","") ;输出到剪切板

编译成exe放在c:\windows\就可以了。也适用于其他windows系统或者改造来获取cmd管道数据,例如:

cmd.exe /c ping 114.114.114.114 |clip.exe

下载成品clip.zip


来了就留个评论吧! 4个评论




友情链接:Autohotkey中文帮助Autohotkey官网Autohotkey中文网联系作者免GooglePlay APK下载

 主题设计 • skyfrit.com  Thinkai's Blog | 保留所有权利

60 queries in 1.782 seconds |