home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / enterprs / cpm / utils / s / sd132.lbr / SD-RCPM.IZF / SD-RCPM.INF
Encoding:
Text File  |  1992-11-06  |  4.1 KB  |  104 lines

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