- May
- 13,802
- 211
When I do this
the class instances are separated by a single newlines.
But I didn't specify "/B". If I specify "/B" I get two newlines.
Can I get rid of the newlines altogether?
Code:
v:\> wmiquery /a . "select Name,ProcessId,DisplayName from Win32_service where Started='TRUE'" | head /n7
DisplayName = Application Information
Name = Appinfo
ProcessId = 6092
DisplayName = Windows Audio Endpoint Builder
Name = AudioEndpointBuilder
ProcessId = 1932
the class instances are separated by a single newlines.
But I didn't specify "/B". If I specify "/B" I get two newlines.
Can I get rid of the newlines altogether?