Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Help for @PID

May
12,846
164
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

Replies
1
Views
2K
Back
Top