[futurebasic] Re: [FB] Restart

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : October 2000 : Group Archive : Group : All Groups

From: Joe Lewis Wilkins <PepeToo@...>
Date: Mon, 30 Oct 2000 09:46:34 -0800
Thanks for the pointer Al.  Suspected it might require AS.

Joe Wilkins

AlStaff@... wrote:

> >Is there a way that we can Restart a Program from within the Program?
>
> Try using AppleScript to quit and then relaunch the application.
>
> tell application "MyApp"
>     quit
>     activate
> end tell
>
> Jamin's AppleScript DCODs are excellent for this kind of stuff.
>
> Al Staffieri Jr.
>
> AlStaff@...
> http://members.aol.com/AlStaff/index.html
>
> --
> To unsubscribe, send ANY message to <futurebasic-unsubscribe@...>