| View previous topic :: View next topic |
| Author |
Message |
mAdDoG
Joined: 29 Dec 2004 Posts: 75
|
Posted: Thu May 03, 2007 1:00 am Post subject: Finding executable's path? |
|
|
Is there a way to find a running executable's path? _________________ -buttons, buttons,...
I like to push all the buttons!!! |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 8255 Location: Maywood, IL
|
Posted: Thu May 03, 2007 6:20 am Post subject: |
|
|
it would have to be the Process command, but I don't see any options that do what you want. you can always do a loop to search for exes of the dame name, to narrow it down. _________________
(Common Answers) |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6836 Location: France (near Paris)
|
Posted: Thu May 03, 2007 7:08 am Post subject: |
|
|
process list+file names+command lines by shimanov _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
mAdDoG
Joined: 29 Dec 2004 Posts: 75
|
Posted: Thu May 03, 2007 3:01 pm Post subject: |
|
|
awesome...
thanks alot! _________________ -buttons, buttons,...
I like to push all the buttons!!! |
|
| Back to top |
|
 |
|