Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
destroying a frozen aplication
#10
:oops: I just lost you there lmao!

Anyhow, I found this on previous post and modified it. Won't this work?

Code:
Copy      Help
int process_handle
process_handle=("notepad.exe")
..
clo "notepad"
TerminateProcess process_handle 1
CloseHandle process_handle

To use TerminateProcess, must be the execution file?



or how about this one. also found this on previous post:

Code:
Copy      Help
run "notepad.exe"
60
clo "Notepad"
ShutDownProcess win("- Notepad")


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)