[futurebasic] Re: [FB] Forcing a shutdown

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

From: Greg_Neagle@...
Date: Thu, 29 Oct 1998 09:35:37 -0800
On 10/29/98 at 5:54 AM, futurebasic@... wrote:

:Question #1: Using FB how do I force all running applications to quit?
:
:Question #2: Using FB how do I force a Mac to shut down elegantly?

IF myConditionMet THEN  SHUTDOWN

works for me for #2, which also forces all running applications to quit.  If
you want to do just #1 without #2, you'll need to use the Process Manager.

- via BulkRate 2.6.x