Trailing-Edge
-
PDP-10 Archives
-
SRI_NIC_PERM_SRC_1_19910112
-
6-1-exec/ndir.stuff
There are no other files named ndir.stuff in the archive.
9-May-89 06:34:11-PDT,762;000000000000
Mail-From: ZZZ created at 9-May-89 06:34:09
Date: Tue, 9 May 89 06:34:09 PDT
From: Michael J. Konopik <[email protected]>
Subject: NDIR
To: [email protected]
Message-ID: <[email protected]>
I found MIT's exec code for invoking NDIR properly. It's in EXEC0.MAC,
and this is what it does...
.NDIRE::HRROI B,[GETSAVE <SYS:NDIR.>] ;751
CALL TRYGTJ ;751
ERROR <NDIRECTORY utility not installed at this site> ;751
NOISE <of files> ;751
MOVE B,CMPTR ;751 set up the command line for rscan
MOVE C,CMINC ;751
ADJBP C,B ;751
SETZ B, ;751
SKIPGE CMFLG ;751
IDPB B,C ;751
CALLRET STEPH ;751
Hope this helps you out - I figure you'd rather I didn't muck around with
ours...
Thanks, and TTYL.
-Mike
-------