AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 4 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Getting the full path of the executable from proc ID?
KZ

Replies: 2
Views: 250

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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 ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group