#
# WARNUSER.XEQ - Sends WARNF MESSAGE to USERSET (requires MPEX)
# Author: Ernie Newton
# Yolo County Superintendent of Schools
# ernien@yolo.k12.ca.us
#
# Tim Ericson - Modified to run from CI prompt.
#
SETVAR USERSET " "
SETVAR MESSAGE " "
INPUT USERSET;PROMPT="Enter userset: ";wait=120
INPUT MESSAGE;PROMPT="Enter message (40 char max): ";wait=120
IF USERSET <> " " &
AND MESSAGE <> " "
RUN MAIN.PUB.VESOFT, MPEX; NOCB; PARM=1; &
INFO="WARNF !USERSET !HPTIMEF !MESSAGE (Press RETURN to clear)"
ENDIF
-- ChrisBartram - 09 Jun 2006
| Topic Hp3000MpexXeqWarnuser . { Edit | Attach | Backlinks: Web All webs | Printable | History: r1 More } |
|
Ideas, requests, problems regarding TWiki? Send feedback Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.Hp3000MpexXeqWarnuser |