几个有用的vbs脚本
摘要:
几个有用的vbs脚本作者:nowthk 日期:2005-10-27字体大小: 小 中 大 静音.vbsDim WshShellSet WshShell = CreateObject("WScript.Shell")WshShell.Run "C:\Windows\system32\sndvol32.exe"WScript.Sleep 1000WshShell.AppActivate "主音量"W... 阅读全文
posted @ 2006-02-03 12:42 痛并快乐着 阅读(2108) 评论(0) 推荐(0) 编辑