| Author |
Message |
Topic: Getting the full path of the executable from proc ID? |
KZ
Replies: 2
Views: 250
|
Forum: Ask for Help Posted: Thu Jun 07, 2007 3:14 pm Subject: Getting the full path of the executable from proc ID? |
Thanks, found it in here:
http://www.autohotkey.com/forum/topic15020.html
and created a wrapper around this code to return the full path of the exe string:
GetFullPath(pid) ; R ... |
Topic: Getting the full path of the executable from proc ID? |
KZ
Replies: 2
Views: 250
|
Forum: Ask for Help Posted: Thu Jun 07, 2007 10:38 am Subject: Getting the full path of the executable from proc ID? |
How does one get the full path of the executable from proc name or ID strings?
I use both of these to get the name and ID, but
can't figure out the rest:
WinGet, ZTproc, ProcessName
WinGet, ZT ... |
Topic: Serious debug for StringSplit needed |
KZ
Replies: 30
Views: 2546
|
Forum: Bug Reports Posted: Tue Mar 20, 2007 3:40 pm Subject: Serious debug for StringSplit needed |
Fixed StringSplit when used inside a function so that it always creates a local array when OutputArray0 is local, even if OutputArray0 also exists as a global.
Chris, does "Fixed" her ... |
Topic: Serious debug for StringSplit needed |
KZ
Replies: 30
Views: 2546
|
Forum: Bug Reports Posted: Sat Mar 17, 2007 8:45 pm Subject: Re: Serious debug for StringSplit needed |
Consider function f(x) containing a StringSplit command.
Briefly, calling f(x) from different points in the script, StringSplit gives different results. When StringSplit doesn't work, arrays are left ... |
| |