How to extract/display any two columns and their values from command output?

前端 未结 0 729
抹茶落季
抹茶落季 2021-01-20 04:12

I need the TaskName and the Status columns displayed from schtasks command.

I tried the following:

for /f "tokens=1,3 delims= "          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题