in reply to Re^2: Execute wmic command in cmd
in thread Execute wmic command in cmd
mvib:
As you can see below, you can either use wmic interactively ("like telnet") or as a simple command-line driven program.
H:\>wmic wmic:root\cli>diskdrive get status Status OK wmic:root\cli>quit H:\>wmic diskdrive get status Status OK H:\>
...roboticus
When your only tool is a hammer, all problems look like your thumb.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Execute wmic command in cmd
by mvip (Acolyte) on May 16, 2013 at 12:08 UTC | |
by marto (Cardinal) on May 16, 2013 at 12:18 UTC |