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

PARM ACCTPARM=NONE
#  VTUSER.XEQ - LISTS SESSIONS USING A VT3K
#               CONNECT OPTIONALLY BY ACCOUNT
#  John Hornberger - General Signal Services
SETVAR ACCTIN "!ACCTPARM"
IF ACCTIN="NONE" THEN
  PURGE TMPVTLOG
  FILE TMPVTLOG;REC=-80,,F,ASCII;DEV=DISC;DISC=2500;SAVE
  LISTFILE /SYS/PUB/CI,8>*TMPVTLOG
  ECHO
  MPEX.PUB.VESOFT;INFO="PRINT TMPVTLOG;SEARCH=CL'REM :'"
  ECHO
ELSE
  PURGE TMPVTLOG
  FILE TMPVTLOG;REC=-80,,F,ASCII;DEV=DISC;DISC=2500;SAVE
  LISTFILE /!ACCTPARM,8>*TMPVTLOG
  ECHO
  MPEX.PUB.VESOFT;INFO="PRINT TMPVTLOG;SEARCH=CL'REM :'"
  ECHO
ENDIF

-- ChrisBartram - 09 Jun 2006



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