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 / FML.ARC / FML.DOC < prev    next >
Text File  |  1990-07-21  |  2KB  |  71 lines

  1.     FML.COM (Find in Mast.Lst) is a string locater for use with
  2. Irv Hoff's MCAT/XCAT disk catalog programs.  This program defaults to
  3. MAST.LST or can be used with any file whose name is mentioned on the
  4. command line.  See LOOKUP.DOC and LOOKUP.Z80 in this .LBR for more de-
  5. tails.
  6.  
  7.     The good news is that FML will find files in MAST.LST much
  8. faster than 'FIND MAST.LST FNAME'.  The bad news is that your MAST.LST
  9. file must be small enough to fit into TPA.  If larger, a statement says
  10. the entire file is too long and the excess will be unavailable.  It will
  11. work normally to that point.  It takes something like 2700 file names to
  12. exceed normal available space, however.
  13.  
  14.     To use, simply enter FML (and NOTHING else to default to MAST.LST).
  15. After a few seconds the '==>' prompt will appear.  Now enter your file-
  16. name string and stand back.  All matches will be displayed quite rapidly
  17. followed by another '==>', awaiting your next entry.  To exit to CP/M
  18. simply enter a <CR>.
  19.  
  20.     A sample FML session is shown below:
  21.  
  22. -----------------------------------------------------------------------
  23.  
  24. A>FML  <CR>
  25.  
  26.  
  27.     *** SELECT STRING TO FIND ***
  28.  
  29.  
  30.  
  31. ==>BYE5
  32.  
  33. BYE5-INS.LBR  -  018
  34. BYE504    .COM  -  030  032
  35. BYE508    .LBR  -  003  005  018
  36. BYE510    .LBR  -  029  030
  37. BYE510M .     -  025
  38. BYE5TOS .LBR  -  025
  39. HBE-BYE5.MSG  -  020
  40.  
  41.  
  42. ==>COPY
  43.  
  44. ACOPY10 .LBR  -  010
  45. ACOPY10M.     -  010
  46. COPY    .COM  -  011  020  027
  47. DOS-COPY.A86  -  016
  48. DOS-COPY.PRG  -  016
  49. MCOPY    .COM  -  007  021
  50.  
  51.  
  52. ==>LOOKUP
  53.  
  54. LOOKUP    .LBR  -  025  027
  55. LOOKUP    .WS   -  025
  56.  
  57. ==><CR>
  58.  
  59. A>
  60.  
  61. -------------------------------------------------------------------
  62.  
  63.     That's it folks -- a tiny mod. to an old (1982) program
  64. which creates a useful utility for FINDing files in my 28k MAST.LST
  65. file -- hope you find it useful too.  Please don't send money for
  66. this one.....                                             
  67.                                  Paul Foote  08/14/86
  68.                   (with thanks to Irv Hoff for a number
  69.                    of improvements on my first version)
  70.  
  71.