0

複数の WMIC コマンドを同じファイルに出力する方法があるかどうか疑問に思っていました。以下のこれらのコマンドを実行したいが、結果を同じファイルに出力したい。

wmic /node:"pcname" /USER:"username" /PASSWORD:"pwd"/output:c:\file1.htm  csproduct list full/format:hform.xsl


wmic /node:"pcname" /USER:"username" /PASSWORD:"pwd"/output:c:\file1.htm  bios list full/format:hform.xsl

情報を同じファイルに次々に出力したいと思います。

4

0 に答える 0