1
Answer

Path of running application.

Ask a question

Hi,

i need path of all running application. if we have two ms-word doc file, so how i can find path of this two file. i find path of notepad using

ManagementClass MgmtClass = new ManagementClass("Win32_Process");

and CommandLine property. it gives only path of notepad allpication only, but not work in the case of word,xls file.

plz help me


Answers (1)