LISTRS ------ Submitted by: Chris Doran Date: October 1986 Sira Ltd., South Hill, Chislehurst, Kent, BR7 5EH, England. Tel: +44 1 467 2636, Telex: 896649, FAX: +44 1 467 6515 Modified version of the multi-column file listing utility which appears on various DECUS tapes. This version has enhanced wildcard handling, line numbering, and other extra features. It needs WLDCRD and ENTAB modules from [SIRA.WLDCRD] on this kit, and PIPUTL.OLB from an RSX distribution kit [1,24]. The build command files assume these are all on the same disk (LL:) in directory [1,24]. Assemble LISTRS as: $ MAC/RSX LISTRS Make the following device assignments: $ ASS ddn: TK: ! task device, e.g. SYS$SYSROOT: $ ASS ddn: MP: ! map device, e.g. NL: $ ASS ddn: LL: ! disk containing WLDCRD.OBJ etc., in [1,24] Then task-build using one of: $ MCR TKB @LISTBLD ! RSX/VMS no FCS resident library $ MCR TKB @LISRESBLD ! RSX/VMS non-supervisor FCSRES $ MCR TKB @LISFSLBLD ! RSX-11M-PLUS, sup mode FCSRES $ MCR TKB @LISDEBBLD ! Build with ODT, for debugging You may want to edit the build file to change default filetypes, or directories for WLDCRD.OBJ etc.. LISTRS.RNO Runoff source for above, assumes VAX/VMS Digital Standard Runoff, but easily edited (remove conditionals). For VMS version of manual, do RUNOFF/VAR=VMS. For RSX version, do RUNOFF/VAR=RSX. LISTRS.RNH Runoff source of HELP text, for DSR. RUNOFF/VAR="RSX,HELP" or /VAR="VMS,HELP". With no HELP variant, produces a 2-page "pocket reference guide".