By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!wmiquery /a . "select name from Win32_service where ProcessId=1032" | tpipe /simple=10
RemoveBlankLines=tpipe /simple=10
wmiquery /a . "select name from Win32_service where ProcessId=1032" | RemoveBlankLines
or ffind /k /m /v /e"." (.148 s)Or, create an alias;thenCode:RemoveBlankLines=tpipe /simple=10
Code:wmiquery /a . "select name from Win32_service where ProcessId=1032" | RemoveBlankLines
Joe
RemoveBlankLines=findstr /r "."