Search found 1 match

by flutters
12 Nov 2015 15:14
Forum: DOS Batch Forum
Topic: WMIC Query to variable. 99% complete
Replies: 1
Views: 2320

WMIC Query to variable. 99% complete

The end goal here is to make a login script that calls a program only if outlook is installed on a computer. Thus far, I have this FOR /F "skip=1 tokens=* delims==" %%A IN ('WMIC /NameSpace:"\\root\WMI" product where "Name like '%%Outlook%%'" get Name') DO set "myV...