Re: quit and relaunch in installer
Re: quit and relaunch in installer
- Subject: Re: quit and relaunch in installer
- From: Judith Maria Nefertari Dohmann <email@hidden>
- Date: Sat, 1 May 2004 19:24:13 +0200
Am 01.05.2004 um 18:51 schrieb Devon E Bowen:
I want my package installer to quit any old version of my application
that may be running before it does an install. Then I want it to start
the application after the install. I can do the second part from a
post-launch script with:
open /Applications/AppName.app
But what about the first part? Is there a simple/clean way to quit an
app from the command line? Thanks.
Devon
With killall you can kill a program by name.
More info: man killall.
Judith
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.