StackExchange / wmi

WMI for Go
http://godoc.org/github.com/StackExchange/wmi
MIT License
433 stars 173 forks source link

Calling a method after a query #65

Closed xaduha closed 2 years ago

xaduha commented 3 years ago

Interested in doing something like

wmic.exe volume WHERE (DeviceID='\\\\?\\Volume{d9b257fc-684e-4dcb-ab79-03cfa2f6b750}\\') CALL format QuickFormat=True

using this library, without calling wmic. Is it possible? Doesn't look like it, but better ask.