home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / utils / dirutl / file23.lbr / FILE.DZC / FILE.DOC
Encoding:
Text File  |  1987-08-10  |  2.8 KB  |  71 lines

  1.  
  2.               FILE.COM    02/27/84
  3.  
  4.  
  5. SYSOPS: This is an ideal pgm for use as:    A0>FILE.COM  to augment
  6.     (or replace) things like:  DIR NAME*.* $U0AD.
  7.  
  8.  
  9.      This program finds a requested file on any/all disk drives and
  10.   any user area allowed by the system.    Just say:
  11.  
  12.  
  13. A>FILE NAME*.*
  14.  
  15.    and it will find any file commencing with 'NAME' on any disk drive
  16.    and any user area.  It doesn't matter what user area or drive you
  17.    are in when you start, it commences at A0:  and searches all disks
  18.    and allowed areas.
  19.  
  20.    This takes the place of things like:  A>DIR NAME*.* $U0AD,  or
  21.    A>DIR NAME $AD, etc.  (Those commands normally commence at what-
  22.    ever drive you are already on.  If starting from D3:, you must
  23.    reset to A0: before commencing the search or it will skip the
  24.    A: B: and C: drives completely.  'FILE' starts at A0: regardless,
  25.    making it very convenient to use.)  It is an universal program
  26.    that adapts equally well to CBBS, RBBS, ORACLE, METAL, DATATECH,
  27.    OXGATE, MBBS and other similar RCPM systems.  It is easy to use
  28.    and gives all users on all systems a common command.
  29.  
  30.    (You can also get the entire directory of all drives and all
  31.    available user areas by saying:
  32.  
  33. A>FILE *.*
  34.  
  35. -    -      -    -    -     -    -    -    -    -      -    -    -     -    -
  36.  
  37.    Version 22 added several new features:
  38.  
  39. A>FILE *.* <ret>      will display all files except system files
  40. A>FILE *.* S<ret>     will display all files including system files
  41.  
  42.     system files fill be flagged as follows:
  43.  
  44.            -s-- = system file
  45.            -sro = system file also set for read-only
  46.            --ro = read-only file
  47.  
  48.       The system test may be turned off completely by changing
  49.       a conditional equate in the source code file.
  50.  
  51.  
  52.    Any drive and or user may be disabled on a one by one basis i.e.,
  53.    you can turn off drive A: completely, while allowing dirve B:, C:
  54.    to display all users.  You may also turn off any user such as A:
  55.    user 0 on, 1-15 off, B: 1,3,5,7 on, 2,4,6,8,9-15 off C: 0-14 on,
  56.    15,16 off.  This has been done with a table that is very easily
  57.    changed prior to assembling, or with DDT.COM after assembling.
  58.                     - Ron Lambert
  59.  
  60. -    -      -    -    -     -    -    -    -    -      -    -    -     -    -
  61.  
  62. NOTE TO SYSOPS: If you have SAP.COM on A0: then you or others can ask
  63.         for SAP at periodic intervals.    This alphabetizes the
  64.         directory automatically, and FILE.COM will then show
  65.         the requested files in proper alphabetic order.  Under
  66.         normal circumstances this is not important since the
  67.         user generally is looking for a specific file, not for
  68.         for a list of everything you have.
  69.                     - Notes by Irv Hoff W6FFC
  70.  
  71.