Search found 2 matches

by jheibeck
02 Nov 2012 10:26
Forum: DOS Batch Forum
Topic: WMIC in cmd file
Replies: 2
Views: 1759

Re: WMIC in cmd file

Thank you. That solved the problem.
by jheibeck
02 Nov 2012 10:15
Forum: DOS Batch Forum
Topic: WMIC in cmd file
Replies: 2
Views: 1759

WMIC in cmd file

When I use wmic product where "name like 'java%'" call uninstall /nointeractive it works fine and uninstalls all versions of java. However, when I place the same command in a cmd file, when run it prints to the cmd window wmic product where "name like 'java'" call uninstall /noin...