balram mallick

balram mallick

  • NA
  • 3
  • 2.3k

Path of running application.

Apr 25 2008 8:09 PM

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)