Re: quit and relaunch in installer
Re: quit and relaunch in installer
- Subject: Re: quit and relaunch in installer
- From: Devon E Bowen <email@hidden>
- Date: Sat, 1 May 2004 17:20:03 -0400 (EDT)
>
A nicer way to do it is with AppleScript - i.e. tell appliaction
>
"MyApp" to quit. Then the app can do whatever cleanup it normally does
>
when exiting.
Thanks. With some poking around I found I can do this from csh:
echo 'tell application "MyApp" to quit' | osascript
That will do.
Devon
_______________________________________________
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.