home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / s.lbr / SFILE.HZP / SFILE.HLP
Encoding:
Text File  |  1991-11-18  |  2.3 KB  |  53 lines

  1. ;
  2.                                   SFILE.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                3k (26)   0447  3.2        Bill Brehm 1/87          Z3COM8
  6.  
  7.   1- Syntax/Options  2- Notes  3- Examples of Use                             
  8.  
  9.    SFILE  allows full  wildcard searches of  the directories  and  all library 
  10. files  on a CP/M system for a requested file,  starting at A0:.   The user can 
  11. optionally specify  a single drive to  be searched by including the drive name 
  12. as a prefix to the search file.   SFILE can  be optionally assembled  for ZCPR
  13. compatibility and to support named directories.  Directory names are currently
  14. hard-wired into  the program  and  must  be  updated each  time area names are 
  15. changed.  Library checking is also an assembly option.
  16.  
  17.    SFILE is based on SD-81.   The USER AREA PATCH TABLE is the same as in SD - 
  18. if 0FFH is placed in  a  user location,  that drive will be skipped.   
  19. :1
  20.  
  21.    Syntax:  SFILE [dir: or du:]afn
  22.  
  23.  
  24. Entering SFILE<ret> or SFILE ?<ret> will display a brief help message.
  25.  
  26. Abort at any time with Ctrl-C, Ctrl-X, k, K, x, or X.   A summary will then be 
  27. displayed of the work already completed.
  28. :2
  29.  
  30. SFILE Notes:
  31.  
  32.    a. Recent changes allow 32 user areas to  be checked rather than  the usual
  33.       limit of 16 (ZCPR3 and TurboDOS,  etc.,  allow extended user areas).  An
  34.       equate also allows system files to be displayed - this  is controlled by
  35.       the  wheel byte  (if using ZCPR or ZCMD) to  limit their  display to the
  36.       SYSOP.  Setting the USELC (use lower-case) option will put the following
  37.       bytes into lower case to show the status of that file:
  38.  
  39.               A0>HELLO.COM
  40.                          m - archive bit (on some systems)
  41.                         o  - system file
  42.                        c   - read-only file
  43.  
  44.       (These attributes can all be shown in lower-case without a wheel byte on
  45.       private systems that do not use ZCPR or ZCMD, etc.) 
  46. :3
  47.  
  48. Examples of Use:
  49.  
  50.    a. SFILE MOD*.* <ret>      <-- search all allowable du's starting with A0:
  51.  
  52.    b. SFILE C:MOD*.* <ret>    <-- search all allowable user areas only on C0:
  53.