使用SC和Find命令进行数据操作

时间:2018-06-12 20:46:43

标签: python windows cmd scripting windows-services

我有这个Python脚本来读取2个文本文件(服务器列表和日志文件),并从服务器列表中输出服务的状态。    我的问题是我得到一个错误,说我正在使用SC命令不正确而且我想知道是否有办法以这种方式使用SC和FIND命令:

getListOfServices = 'sc \\\\%s query | find "SERVICE_NAME" | find "Mind" | find "Matter"' % serverIP
  (outputServicesList, retCode) = functions.cmdToRun (getListOfServices)

如果没有更好的,非手动的方式来进行这样的数据操作?

0 个答案:

没有答案