
CODE: [Copy to clipboard]原VBS出处:http://bbs.verybat.org/viewthread.php?tid=11762set fso=createobject("scripting.filesystemobject")
set o=fso.opentextfile("text.bat",2,true)
set hf=CreateObject("htmlfile")
wind=hf.parentwindow.clipboarddata.getdata("text")
o.writeline wind : o.close
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |