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 / BEEHIVE / UTILITYS / SDZD-138.ARC / SD-RCPM.INF next >
Text File  |  1991-02-10  |  5KB  |  114 lines

  1.  
  2. SD-RCPM.INF             USING SD.COM on an RCPM                16 Jan 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. Normally the  MAXDRV, MAXUR and WHEEL  options  are all set YES for RCPM
  44. use.  The potential flexibility is tremendous.
  45.  
  46. MAXDRV  EQU     no              ;*Yes if MAXD byte is supported
  47. MAXUR   EQU     no              ;*Yes if MAXU byte is supported
  48. WHEEL   EQU     no              ;*Yes if using ZCPR wheel byte
  49.  
  50. MXDRV   EQU     3DH             ;*Set to max drive location if MAXDRV=Yes
  51. MXUSR   EQU     3FH             ;*Set to max user  location if MAXUR=Yes
  52. WHLOC   EQU     3EH             ;*Set to wheel location if WHEEL=Yes
  53.     ( the above three are don't cares with ZCPR33 set YES )
  54.  
  55. MXZUSR  EQU     15              ; Maximum user # allowed with WEEL set
  56.  
  57.  
  58. WHEEL SPECIFIC OPTIONS:
  59. ----------------------
  60. The following 6 options  would normally be set NO for RCPM use. They are
  61. then available if/when the  WHEEL byte is set high.  (If set YES, ignore
  62. the WHEEL byte value and area always available.  The USER is normally of
  63. no use on a RCPM system where disks are never replaced.)
  64.  
  65. USEF    EQU     no              ;*Allow making a local disk copy?
  66. USEO    EQU     no              ;*Allow showing only $SYS files?
  67. USEP    EQU     no              ;*Allow making local printer listing?
  68. USER    EQU     no              ;*Allow disk system reset? (For floppies)
  69. USES    EQU     no              ;*Allow showing all, AND $SYS files?
  70. USEA    EQU    no        ;*Allow specifying file attrib's 1-4
  71.  
  72. GENERAL COMMENTS:
  73. ----------------
  74. Up to 19 command line options  may be specified.  (They are mentioned in
  75. detail in the .DOC file but are:
  76.  
  77.               A,C,D,F,H,L,N,O,P,Q,R,S,T,V,X,1,2,3,4
  78.  
  79.   SDZD+ adds another 7 command line options if used under Z80DOS or CPM3:
  80.  
  81.               =,+,-,!,%,@,Z
  82.  
  83. They may be either  upper or lower case.  Their  order is not important,
  84. For example either $AND or $DNA are equally effective.  If using the '['
  85. separator (normal for CP/M+ systems) do not use a space:
  86.  
  87.         B>SD [A         ok, shows all files this drive/user area
  88.         B>SD *.COM[A    note, no space here, else will not work
  89.  
  90.  
  91. SPECIAL OPTIONS:
  92. ----------------
  93. PRBRDR  - prints a semi-border around the left side of library file mem-
  94.           ber lines if set  YES.  This makes  for a more readable format
  95.           when displaying a large number of LBR files.
  96.  
  97. USELC   - can be set  to put  the attribute  character(s) into lowercase
  98.           for $SYS, $R/O and $ARC attribute bits.
  99.  
  100. USELCW  - if set NO, prevents displaying attributes in lower case unless
  101.           wheel byte is active.  (Sysop is using the system.)
  102.  
  103. REVID   - selects  reverse video  on the  display, if available, to show
  104.           the attribute characters $SYS, $R/O and $ARC.
  105.  
  106. ULINE   - selects  underlining to be used  to display the status line of
  107.           the directory.
  108.  
  109. SHOPUB  - allows directory display of ZRDOS Public user areas.
  110.  
  111. WHLPUB  - makes SHOPUB wheel oriented.
  112.  
  113. --------------------------------- end ----------------------------------
  114.