- May
- 13,418
- 190
From the help:
Except for "system", "system idle process", "registry", and "memory compression" (others?), ".exe" is required.
Maybe a future version will relax that requirement.
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.