--- Dan Bron <[EMAIL PROTECTED]> wrote:

> Devon wrote:
> > I was unable to close any of the demo windows until I killed 
> > the parent session from Windows Task Manager.
> 
> A tip for this and similar situations:  typing   2!:55''  in the session will 
> often kill J when
> attempts through the GUI cannot.  
> 
> This approach saves the effort of going through Task Manager (or non-Windows 
> equivalents), and
> is particularly helpful when you
> have multiple concurrent J sessions and Task Manager provides no way to 
> determine which is your
> target.

Also,

   'kernel32 GetCurrentProcessId > i ' 15!:0 ''
580

   'kernel32 TerminateProcess > i i i' (15!:0) _1;0   NB. same as 2!:55''



       
____________________________________________________________________________________
Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to