Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
end exe
#3
Code:
Copy      Help
str a=".exe"
str b="YahooMessenger";; Case Sensitve.
ShutDownProcess a.from(b) 2;; I recommend flag 2,
;because it lets the program in this case (YahooMessenger.exe)
;save date before ShuttingDown/Ending.
;If not used could lose possibly important data.
;Other Flags: 1 process id, 2 try to close softly (allow to save date), 4 all, 8 messages.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)