Location:
Search - regexp v
Search list
Description: 通过excel 中的vba读取文件,并使用正则表达式分析文件内容,并在excel表格中显示。-Vba excel in reading through the file and use regular expressions to analyze contents of the file and displayed in the excel table.
Platform: |
Size: 1024 |
Author: Daniel |
Hits:
Description: 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
Platform: |
Size: 22528 |
Author: zm |
Hits: