Re: Kill quit process

2013-03-04 Thread Thomas McGrath III
Thanks Mark, I am reading it now. Tom -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On Mar 4, 2013, at 5:15 PM, Mark Wieder wrote: > Thomas McGrath III writes: > >> Will: kill 9 process "MyApp.app" which should work on the Mac also work on >> windows if I change it to: ki

Re: Kill quit process

2013-03-04 Thread Mark Wieder
Thomas McGrath III writes: > Will: kill 9 process "MyApp.app" which should work on the Mac also work on > windows if I change it to: kill 9 process "MyApp.exe" Found this: -- Mark Wieder mwie...@ahsoftware.

Kill quit process

2013-03-03 Thread Thomas McGrath III
r app: MyApp.app & MyApp.exe Two questions come to mind: Will: kill 9 process "MyApp.app" which should work on the Mac also work on windows if I change it to: kill 9 process "MyApp.exe" What does this command do?: kill QUIT process it Is it like: kill QUIT process "MyApp.ap