Help for @PID

May 20, 2008
12,340
134
Syracuse, NY, USA
From the help:

Code:
If you specify the optional second argument +, @PID will return all PID's that match the first argument.
    @pid[firefox,+]

Code:
v:\> echo %@pid[firefox,+]
0

v:\> echo %@pid[firefox.exe,+]
8864 8552 5952 6620 8276

Except for "system", "system idle process", "registry", and "memory compression" (others?), ".exe" is required.

Maybe a future version will relax that requirement.
 

Similar threads