HP3000-L Archives

July 2005, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Miller, Keven" <[log in to unmask]>
Reply To:
Miller, Keven
Date:
Wed, 27 Jul 2005 16:41:38 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (33 lines)
Reggie Monroe wrote:
 > Would anyone know how to execute a command after the a person enter they
 > bye command in mpe.


Try a system UDC named BYE.

Fox 11:help bye
User-defined command:

BYE
OPTION NORECURSION,NOBREAK
SETJCW BYE=1
CONTINUE
XEQ BYE.CMD.SYS
IF BYE>0 THEN
    BYE
ENDIF
Fox 11:


Make the UDC non-recursive so that the next BYE command to
MPE is real. Optionally set NOBREAK if you want to
force users to complete your BYE udc/script. Use various
configurations of JCWs and CONTINUE statements to control
whether the BYE udc fails "open" (session remains logged on)
or "closed" (session terminates).

Keven Miller    [log in to unmask]

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2