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

PARM COMMAND="", PRI=DS

##  MPEX.XEQ - SHORTCUT TO MPEX (WILL RUN MPEX WITH ;PARM=1
##             IF A COMMAND IS SENT AS A PARAMETER.
##  TIM ERICSON (.XEQ ONLY)

SETJCW HPREDONODUPS=1
SETJCW MPEXFASTSTART=1
SETJCW VESOFTHOOKPPSONONLY=1
IF "!COMMAND" = "" THEN
  RUN MAIN.PUB.VESOFT,MPEX;NOCB;PARM=1;PRI=!PRI
ELSE
  RUN MAIN.PUB.VESOFT,MPEX;NOCB;INFO="!COMMAND";PARM=1;PRI=!PRI
ENDIF

-- ChrisBartram - 09 Jun 2006



Topic Hp3000MpexXeqMpex . { 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.Hp3000MpexXeqMpex