vbs-传值到剪切板

Function SendToClipBoard(strValue)
Dim WshShell
set WshShell = CreateObject("wscript.Shell")
WshShell.Run "cmd.exe /c echo " & strValue & " | clip",0,False
End Function

posted on 2013-05-22 14:58  ibelieve  阅读(488)  评论(0)    收藏  举报

导航