在 COS 中,我想返回具有特定名称的所有服务。在命令运行命令 sc queryex type= service state= all | find /i "BFE" 它将显示服务名称。在 COS 中有 $ZF 可以接受命令,但它返回 0 不确定我做错了什么。
USER>s cmd = "sc queryex type= service state= all | find /i ""BFE"""
USER>W cmd
sc queryex type= service state= all | find /i "BFE"
USER>set rc=$zf(-2,cmd)
USER>W rc
0