欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

用vbs實現(xiàn)將剪切板的unix格式的內(nèi)容處理成pc格式的代碼

 更新時間:2007年10月24日 12:02:28   作者:  
處理QQ里復制的文本'復制QQ里的文本到記事本有事可能會有黑框框...(請復制后運行本腳本)

set ws=createobject("wscript.shell")
set fso=createobject("scripting.filesystemobject")
Set objIE = CreateObject("InternetExplorer.Application")
objIE.Navigate("about:blank")
s = objIE.document.parentwindow.clipboardData.GetData("text")
objie.quit
set file=fso.createtextfile("tmp.txt")
file.write s
file.close
ws.run "cmd /c more tmp.txt>test.txt",0,true
fso.deletefile "tmp.txt"
ws.run "notepad.exe test.txt"

相關(guān)文章

最新評論