Link to home
Start Free TrialLog in
Avatar of Beast101598
Beast101598

asked on

How can I see Windows processes ?

How can I see Windows processes like unix command 'ps' or Back Office... or WinTop. And how can I kill process using some processID?

Thank

Beast.
ASKER CERTIFIED SOLUTION
Avatar of dwwang
dwwang

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of EmmDieh
EmmDieh

Better then that, a programmer-group implemented these
unix commands for win32.
look for and download a package called unix956 or unix95.
i don't have a valid link any more, because it's been
a long time ago since i downloaded it.
It contain very valualbe commands like ls, ps, kill, tail,..

Avatar of Beast101598

ASKER

maybe some sample?
that would be great...

fnx
Go to this site and you will get detailed explanation as well as examples.

http://www.innotts.co.uk/~zephyr/modules.html
Is that site helpful?
dwwang,
example at http://www.innotts.co.uk/~zephyr/modules.html not work.
can you help me?
Why it doesn't work?
Hi, I realized that this example is just showing how to use tlhelp32 unit, what you need to do is to translate it into a programm dealing with processes. That is to replace all the 'Module' with 'Process'(thanks for the similarity in name of those structures), and do some other neccesary modifications:

1. remove those threee +1 after the sz....;
2. get the property you want (such as processID etc.) rather than the original filename property of ModuleEntry.
3. If you want to compile it in D4, change the type of VerLength from integer to Cardinal;
ok
thats work with modules.
v. Thanks

but if you have sample with procceses, send my in minde@goda.vtu.lt
bye