How do I find the file path of a running process in win2k ?

DT4K

Diamond Member
Jan 21, 2002
6,944
3
81
I've got an app that's currently running on one of our servers. I can see it in task manager, but I found several versions of the executable file on the server and I don't know which one is currently running. Is there a way to find the file path for a running process in win 2k?
 

DaveSimmons

Elite Member
Aug 12, 2001
40,730
670
126
In C++ code, try a search at CodeProject.com they've got a bunch of articles on getting process info

As an admin, no idea. A file system monitor tool might tell you which exe had been accessed / was in use.