@PID |
<< Click to Display Table of Contents >> Navigation: TCC-RT > Variables & Functions > Functions >
|
@PID[filename] : Returns the PID for specified name (or 0 if no match). If you have multiple copies of the same executable running, @PID will return the first one it finds.
See also: @PPID, @PIDCOMMAND, @PIDUSER.
Example:
echo %@pid[tcc.exe]
22420