Hi,
I'd like to make a bach file (.bat) using these wmic commands :
wmic /output:c:\COMPUTERNAME_os.list os get /format:list
wmic /output:c:\COMPUTERNAME_sw_installati.list product get /format:list
wmic /output:c:\COMPUTERNAME_av.list /NAMESPACE:\\root\SecurityCenter2 PATH AntiVirusProduct GET /value /format:list
wmic process list full > c:\COMPUTERNAME_process.list
tasklist /svc > c:\COMPUTERNAME_servizio.list
systeminfo > c:\COMPUTER_sysinfo.list
At the end of the day I should have 6 files (.list)
I would be more than grateful if somebody can help me.
Thank you
Antonio
Italy.
Our community of experts have been thoroughly vetted for their expertise and industry experience.
This award recognizes a member of Experts Exchange who has made outstanding contributions to the community within their first year as an expert. The Rookie of the Year is awarded to a new expert who has the highest number of quality contributions.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.