文件名称:PPIDs_1.2
- 所属分类:
- Shell编程
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2013-03-24
- 文件大小:
- 22kb
- 下载次数:
- 0次
- 提 供 者:
- z*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
PPIDs 用于列举进程的父PID和子PID
PPIDs v 1.2 [2013/03/18] http://bbs.bathome.net
用法: PPIDs.exe [/NUM] [/p|/c] [/r] [/i] [/e] [/n] [PName|[PID] [PID] ...]
模式: /NUM 向上追溯曾曾曾...曾祖父辈进程的PID
/p 获取直系父进程PID (默认)
返回: 父进程PID 爷爷进程PID 曾爷爷PID ...
/c 获取某进程的所有子进程PID
返回: 子进程PID1 子进程PID2 子进程PID3 ...
/r 颠倒行中的顺序
/i 不显示错误提示与已结束的进程
/e 在输出中前缀当前项的 PID 与进程名
启用后,多个进程名和 PID 允许共存
/n 获取进程名(默认是获取 PID)
返回: 进程名1 进程名2 进程名3 ...
PName 最多允许指定一个用于查找的进程名,多个匹配的进程将分行输出
启用 /e 后可使用通配匹配或用 /表达式/ 的格式进行正则匹配
PID 为 /p 或 /c 模式指定 PID,可以同时指定多个 PID
关键字 me 等同于调用 PPIDs 的进程的 PID.
/d 调试模式
/? 显示帮助信息
/help 等同于 /?-PPIDs displays PIDs or Names about ParentPID or ChildPID
PPIDs v 1.2 [2013/03/18] http://bbs.bathome.net
Usage:PPIDs.exe [/NUM] [/p|/c] [/r] [/i] [/e] [/n] [PName|[PID] [PID] ...]
Modes:/NUM Get [Grand[Grand[Grand]]]ParentPID
/p Get ParentPIDs (Default)
return: ParentPID GrandParentPID GrandGrandParentPID...
/c Get ChildPIDs
return: ChirldPID1 ChirldPID2 ChirldPID3...
/r Reversed a line
/i Ignore the ErrorInfo and ClosedProcess.
/e A Prefix of ProcessID and ProcessName before output.
In this mode, you can use Globbing or RegExp, format like Pro*Na?e or /Expression/.
/n Get ProcessNames
return: ProcessName1 ProcessName2 ProcessName3...
PName Displays everyone containing the ProcessName in each lines
If /e mode is enable, multiple ProcessNames and ProcessID can coexist.
PID Specifies the ProcessID for /p or /c, you can Specifi
PPIDs v 1.2 [2013/03/18] http://bbs.bathome.net
用法: PPIDs.exe [/NUM] [/p|/c] [/r] [/i] [/e] [/n] [PName|[PID] [PID] ...]
模式: /NUM 向上追溯曾曾曾...曾祖父辈进程的PID
/p 获取直系父进程PID (默认)
返回: 父进程PID 爷爷进程PID 曾爷爷PID ...
/c 获取某进程的所有子进程PID
返回: 子进程PID1 子进程PID2 子进程PID3 ...
/r 颠倒行中的顺序
/i 不显示错误提示与已结束的进程
/e 在输出中前缀当前项的 PID 与进程名
启用后,多个进程名和 PID 允许共存
/n 获取进程名(默认是获取 PID)
返回: 进程名1 进程名2 进程名3 ...
PName 最多允许指定一个用于查找的进程名,多个匹配的进程将分行输出
启用 /e 后可使用通配匹配或用 /表达式/ 的格式进行正则匹配
PID 为 /p 或 /c 模式指定 PID,可以同时指定多个 PID
关键字 me 等同于调用 PPIDs 的进程的 PID.
/d 调试模式
/? 显示帮助信息
/help 等同于 /?-PPIDs displays PIDs or Names about ParentPID or ChildPID
PPIDs v 1.2 [2013/03/18] http://bbs.bathome.net
Usage:PPIDs.exe [/NUM] [/p|/c] [/r] [/i] [/e] [/n] [PName|[PID] [PID] ...]
Modes:/NUM Get [Grand[Grand[Grand]]]ParentPID
/p Get ParentPIDs (Default)
return: ParentPID GrandParentPID GrandGrandParentPID...
/c Get ChildPIDs
return: ChirldPID1 ChirldPID2 ChirldPID3...
/r Reversed a line
/i Ignore the ErrorInfo and ClosedProcess.
/e A Prefix of ProcessID and ProcessName before output.
In this mode, you can use Globbing or RegExp, format like Pro*Na?e or /Expression/.
/n Get ProcessNames
return: ProcessName1 ProcessName2 ProcessName3...
PName Displays everyone containing the ProcessName in each lines
If /e mode is enable, multiple ProcessNames and ProcessID can coexist.
PID Specifies the ProcessID for /p or /c, you can Specifi
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PPIDs使用范例.bat
vb6源代码\PPIDs.bas
PPIDs.exe
vb6源代码\PPIDs.vbp
.........\PPIDs.vbw
vb6源代码