1

Possible Duplicate:
Windows equivalent of whereis?

I know that you can open the task manager and right-click on a process and select "Open file path".

But what can I do if the program is just a console application which closes right after its start?

Actually, I want to update my GNU Make but I want to know where it is installed.

ComFreek
  • 591

1 Answers1

3

You can use Process Explorer by Microsoft (Sysinternals). There you are able to pause the current process view via space, hence you can determine where the process path of the program is.

JohannesM
  • 1,050