Avatar of dhilipan
dhilipan
Flag for India

asked on 

WMIC Output Formatting

I need help in formatting the out put of below command.
I have tried in 2 ways
wmic /failfast:on /node:@"C:\Temp\Host.txt" /Output:"D:\Result.html" product where "name like 'OpenOffice 4.0.1'" call uninstall /nointeractive

Open in new window


wmic /failfast:on /node:@"C:\Temp\Host.txt" product where "name like 'OpenOffice 4.0.1'" call uninstall /nointeractive >>C:\Temp\Result.csv

Open in new window

* WMICVB ScriptWindows BatchShell ScriptingWindows 7

Avatar of undefined
Last Comment
Coralon

8/22/2022 - Mon