*UPDATED*
This Library has 3 functions.
FindProcess()
KillProcess()
GetProcessID()
Comes complete with the library, integrated help file for F1
usage inside the IDE, a resident file, and an example PB file.
Download 1 - ZIP FILE
Download 2 - RAR FILE
Enjoy!
For those of you that have websites an such, feel free to host this file.
** EDIT SEPT 19 2004 **
Per request, added:
GetProcessFilename()
Just install one of the above packages.. then copy this lib over the installed
one. I have not had time to update the chm, or the installer..
ProcessIt_Lib - Library Download Only
Code: Select all
;Usage:
Debug GetProcessFilename("Full or Partial Process Name")
;Or
st.s = GetProcessFilename("Full or Partial Process Name")
If Trim(st) = ""
Debug "process not found"
EndIf
; returns empty string if process not found
; otherwise return filename ..