This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: WMIC


Bruno Galindro da Costa wrote:
> 
>    I´m trying to run the WMIC (WMI Command-line interface) via Cygwin
> to parse the results with grep, awk, etc. But, when I try to run it,
> the cursor indicates that the command is executing, but nothing is
> printed on screen and the cursor is not released.
>    I maked a batch script (.cmd) which executes the WMIC and log the
> output into a log file. Then, I tried to call it with Cygwin, but the
> same behaviour happens.
> 
> The command I want to execute is:
> 
> "WMIC CPU LIST FULL"
> 
> Anyone can help me to resolve the above problem?
> 

The following works for me in Cygwin console (notty, tty, and mintty) on
XP:

$ echo '' | wmic cpu list full

or

$ wmic cpu list full </dev/null


-- 
Christian Franke




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]