3k Associates Inc HP3000 FAQ TWiki TWiki > TWiki > Hp3000CommandFiles > Hp3000MpexXeqs > Hp3000MpexXeqWarnuser TWiki webs:
Main | TWiki | Sandbox
TWiki . { Welcome | Register | Changes | Topics | Index | Search | Go }

#
# 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 }
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.Hp3000MpexXeqWarnuser