
CODE: [Copy to clipboard][ Last edited by namejm on 2007-1-9 at 02:13 PM ]set ws=createobject("wscript.shell")
pid=inputbox("请输入要关闭程序的PID","")
if pid="" then wscript.quit
ws.run "ntsd -c q -p " & pid
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |