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

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

 更新時(shí)間:2007年10月24日 12:02:28   作者:  
處理QQ里復(fù)制的文本'復(fù)制QQ里的文本到記事本有事可能會(huì)有黑框框...(請(qǐng)復(fù)制后運(yùn)行本腳本)

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)文章

最新評(píng)論