Board logo

标题: [系统相关] 批处理如何将多条命令的执行返回结果输出到同一个日志文件? [打印本页]

作者: deanhong    时间: 2016-4-29 13:57     标题: 批处理如何将多条命令的执行返回结果输出到同一个日志文件?

本帖最后由 pcl_test 于 2016-4-29 19:17 编辑

wmic /record:e:\1.xml /node:192.168.0.1 /user:administrator /password:123456 LogicalDisk where "caption='d:'" get FreeSpace
wmic /record:e:\2.xml /node:192.168.0.2 /user:administrator /password:123456 LogicalDisk where "caption='d:'" get FreeSpace

我需要统计内网机器的磁盘剩余空间并记录在一个日志文件中,这样的代码只能一台服务器一个日志很是麻烦,不知道有其他的方法么?
还有,这样的输出磁盘空间格式为字节。。能否将格式改为GB ?
作者: deanhong    时间: 2016-5-3 10:59

本帖最后由 deanhong 于 2016-5-3 11:00 编辑

wmic /node:192.168.0.1 /user:administrator /password:123456 LogicalDisk where "caption='d:'" get FreeSpace >c:\1.txt
wmic /node:192.168.0.2 /user:administrator /password:123456 LogicalDisk where "caption='d:'" get FreeSpace >>c:\1.txt
这个问题我找到答案了。。

但是字节转换成GB的 还不知道怎么弄。




欢迎光临 批处理之家 (http://bbs.bathome.net/) Powered by Discuz! 7.2