[futurebasic] Re: [FB] Restart

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

From: AlStaff@...
Date: Mon, 30 Oct 2000 12:38:32 EST
>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