脚 本 之 家 www.jb51.net
页面导航:  不限条件-->bat运行时不弹出那个黑框框的完美解决方案
本地搜索:
批处理文件运行时经常出现讨厌的黑框,以下的方法,即可以解决保存为run.vbs运行即可,必须要有1.bat啊[code]Set ws = CreateObject("Wscript.Shell")    ws.run "cmd /c 1.bat",0 ws.run "cmd /c 1.bat",5[/code]1.bat功能删除c盘垃圾文件[code]@echo off del c:\windows\*.log /s...
http://www.jb51.net//article/5682.htm
共有:1/10,当前1/1页  [首页] [上一页] 1 [下一页] [尾页] 转到: