05-30-2006, 08:12 PM
:oops: I just lost you there lmao!
Anyhow, I found this on previous post and modified it. Won't this work?
To use TerminateProcess, must be the execution file?
or how about this one. also found this on previous post:
Anyhow, I found this on previous post and modified it. Won't this work?
int process_handle
process_handle=("notepad.exe")
..
clo "notepad"
TerminateProcess process_handle 1
CloseHandle process_handleTo use TerminateProcess, must be the execution file?
or how about this one. also found this on previous post:
