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)?
|
|
Try PSList.exe from Sysinternals. It can give you a list for the local computer or a remote system. I've no idea if it will work on WinCE systems, but it's not very large and shouldn't take long to try out.
|
||||
|
|
|
From the commandline, type: TASKLIST (Uppercase, lowercase, doesn't matter. It's not Unix...) Add /? to get an overview of commandline options. Tested this with Vista, don't know if it's available on XP and lower... Oops... Windows CE, you say? That's the Windows version for mobile devices. I wonder if it allows the same command but I don't think so. |
||||
|
