I was wondering if there is any plugins that include executables, for example lets say your command says
id=execute executable("notepad.exe","","")
while executable running(id)=1
if spacekey()=1 then stop executable id
endwhile
yet you don't want to actually execute it, just locate the executable if it is running. probaly looking something like this
id=find executable("notepad.exe","","")
while executable running(id)=1
if spacekey()=1 then stop executable id
endwhile
If anyone has a clue on if there is a plugin like that please tell me. I would say what im working on but that'll just you know...
Cyanide & Happiness 4 Ever