https://bugs.winehq.org/show_bug.cgi?id=56361
--- Comment #9 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Vijay Kamuju from comment #8)
When I try the same command on windows command line.
echo "os get name" | wmic wmic:root\cli>os get status - Alias not found. wmic:root\cli>
The above is the output on windows 10
Hi, I tried this in windows powershell.
I think in windows cmd.exe it is passed as a whole string, so you have to leave out the double quotes:
echo os get name | wmic