Home » Questions » Computers [ Ask a new question ]

Equivalent of 'ps' for Windows CE?

Equivalent of 'ps' for Windows CE?

What is the equivalent of 'ps' (that is, a command which shows the running process list) command in Linux, for Windows CE (whose command-line, I'm accessing through telnet)?

Asked by: Guest | Views: 215
Total answers/comments: 1
Guest [Entry]

Type in kill - this will list the processes by name and their PID - then type kill *PID* (where PID is the actual PID) and it will then terminate the process.