摘要: vbs CPU 内存 硬盘监控脚本On Error Resume NextDim dwTotalMem, dwAvailMem, totalvolumn, freespaceConst szRootDir = "D:\CPU\"Set oFSO = CreateObject("Scripting.FileSystemObject") Const ForReading = 1 Const ForWriting = 2 '计算当日记录文件名 Today = Date() TargetFile = szRootDir & Year(Today) 阅读全文
posted @ 2013-09-11 11:37 胡.杰 阅读(557) 评论(0) 推荐(0)