标题:
请问如何用DOS获得进程的PID
[打印本页]
作者:
pzr
时间:
2007-9-9 17:10
标题:
请问如何用DOS获得进程的PID
请问如何用DOS获得进程的PID
作者:
zhuzhu818
时间:
2007-9-10 23:16
tasklist~~~~~~~~~
作者:
lovehack2006
时间:
2008-1-22 19:11
可以这样做的
Quote:
for /f "skip=3 tokens=2" %a in ('tasklist') do @echo %a
作者:
hy433124shc
时间:
2008-1-24 17:04
在CMD里可以用
wmic process get processid,name
TASKLIST /SVC
欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/)
Powered by Discuz! 2.5