09-04-2007, 01:43 AM
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.