列出全部开机的计算机

For /F "tokens=1 eol=" %%a in (computername.txt) do ping %%a -n 1 | find "could not find" || echo %%a>> oklist.txt
相关文章
相关标签/搜索