home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ENTERPRS / CPM / UTILS / S / SD138B.LBR / SD-RCPM.IZF / SD-RCPM.INF
Text File  |  2000-06-30  |  5KB  |  124 lines

  1.  
  2. SD-RCPM.INF             USING SD.COM on an RCPM               20 Aug 89
  3.  
  4.  
  5. Information on how to  install/use  SD on RCPM systems.  Read the SD.HIS
  6. file for the history of updates to this program.
  7.  
  8.  
  9.     NOTE:  May be assembled with ASM, LASM, M80, MAC, or SLRMAC
  10.  
  11.  
  12.         Any of three option markers may be used (/, [ or $):
  13.  
  14.         SD $A    SD *.COM $A  -  DRI's  "MAC-type"
  15.         SD /A    SD *.COM /A  -  UNIX or ZCPR3 type
  16.         SD [A    SD *.COM[A   -  CP/M+ type, note no space after
  17.                                  FN/FT - a A trailing "]" may be
  18.                                  used, needed but is not needed.
  19.                                  Example:  SD *.COM[AND]
  20.  
  21.  
  22.         File lengths over four megabytes are read correctly.
  23.  
  24.         Files may be shown in vertical or horizontal listings.
  25.  
  26.  
  27. RCPM-SPECIFIC OPTIONS:
  28. ----------------------
  29. There are a number of ways to limit the maximum drive and user area that
  30. the remote user can access.  The Sysop may set his own access different-
  31. ly.  The list  of drives and users areas  in the "LODRV" area  overrides
  32. all other  selections.  Set that to the highest drive the Sysop wants to
  33. access for his own local needs.  Also set  the maximum user in the LODRV
  34. table for the Sysop's use.
  35.  
  36. The remote user can then be limited by the BBS system, by BYE5 or by the
  37. type of CCP replacement you might have, such as ZCMD, ZCPR33, etc.
  38.  
  39. If assembled with the ZCPR33 equate set YES, then the max drive/user and
  40. wheel value as contained in the ZCPR3 ENV will be used as the limiting
  41. values (over-ridden by LODRV area). This implies a Z3 system, of course.
  42.  
  43. NOTE: for use on ZCPR34+ systems that have the Drive Vector, there is
  44.       an internal equate DRVVEC that will allow the program to dynamically
  45.       build it's LODRV/HIDRV table. Locking out drives not set in the
  46.       vector and setting those that are to Z3's max user from the
  47.       environment if no wheel, and to MXZUSR if wheel is on.
  48.  
  49.  
  50. Normally the  MAXDRV, MAXUR and WHEEL  options  are all set YES for RCPM
  51. use.  The potential flexibility is tremendous.
  52.  
  53. MAXDRV  EQU     no              ;*Yes if MAXD byte is supported
  54. MAXUR   EQU     no              ;*Yes if MAXU byte is supported
  55. WHEEL   EQU     no              ;*Yes if using ZCPR wheel byte
  56.  
  57. MXDRV   EQU     3DH             ;*Set to max drive location if MAXDRV=Yes
  58. MXUSR   EQU     3FH             ;*Set to max user  location if MAXUR=Yes
  59. WHLOC   EQU     3EH             ;*Set to wheel location if WHEEL=Yes
  60.     ( the above three are don't cares with ZCPR33 set YES )
  61.  
  62. MXZUSR  EQU     15              ; Maximum user # allowed with WEEL set
  63.  
  64.  
  65. WHEEL SPECIFIC OPTIONS:
  66. ----------------------
  67. The following 6 options  would normally be set NO for RCPM use. They are
  68. then available if/when the  WHEEL byte is set high.  (If set YES, ignore
  69. the WHEEL byte value and area always available.  The USER is normally of
  70. no use on a RCPM system where disks are never replaced.)
  71.  
  72. USEF    EQU     no              ;*Allow making a local disk copy?
  73. USEO    EQU     no              ;*Allow showing only $SYS files?
  74. USEP    EQU     no              ;*Allow making local printer listing?
  75. USER    EQU     no              ;*Allow disk system reset? (For floppies)
  76. USES    EQU     no              ;*Allow showing all, AND $SYS files?
  77. USEA    EQU    no        ;*Allow specifying file attrib's 1-4
  78.  
  79. GENERAL COMMENTS:
  80. ----------------
  81. Up to 19 command line options  may be specified.  (They are mentioned in
  82. detail in the .DOC file but are:
  83.  
  84.               A,C,D,E,F,H,L,N,O,P,Q,R,S,T,V,X,1,2,3,4
  85.  
  86. SD adds another 7 command line options available if used under Z80DOS:
  87.  
  88.               =,+,-,!,%,@,Z
  89.  
  90. They may be either  upper or lower case.  Their  order is not important,
  91. For example either $AND or $DNA are equally effective.  If using the '['
  92. separator (normal for CP/M+ systems) do not use a space:
  93.  
  94.         B>SD [A         ok, shows all files this drive/user area
  95.         B>SD *.COM[A    note, no space here, else will not work
  96.  
  97.  
  98. SPECIAL OPTIONS:
  99. ----------------
  100. PRBRDR  - prints a semi-border around the left side of library file mem-
  101.           ber lines if set  YES.  This makes  for a more readable format
  102.           when displaying a large number of LBR files.
  103.  
  104. USELC   - can be set  to put  the attribute  character(s) into lowercase
  105.           for $SYS, $R/O and $ARC attribute bits.
  106.  
  107. USELCW  - if set NO, prevents displaying attributes in lower case unless
  108.           wheel byte is active.  (Sysop is using the system.)
  109.  
  110. REVID   - selects  reverse video  on the  display, if available, to show
  111.           the attribute characters $SYS, $R/O and $ARC.
  112.  
  113.       NOTE: For users of ZCRP3+ REVID string is now automatically filled
  114.             in from the the currently loaded TCAP.
  115.  
  116. ULINE   - selects  underlining to be used  to display the status line of
  117.           the directory.
  118.  
  119. SHOPUB  - allows directory display of ZRDOS Public user areas.
  120.  
  121. WHLPUB  - makes SHOPUB wheel oriented.
  122.  
  123. --------------------------------- end ----------------------------------
  124.