home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / s / sfa3b14.zip / SMARTFA.NEW < prev   
Text File  |  1993-03-14  |  2KB  |  54 lines

  1. ╓───────────────────────────────────────────────────────────────────────────╖
  2. ║     SmartFA v3.00ß14        by Bob Butcher          GTPN 050/059          ║
  3. ╙───────────────────────────────────────────────────────────────────────────╜
  4.  
  5.  BETA 14 │
  6.  ════════╛
  7.  
  8.     Fixed the "Sort" bug that would wipe out all entries in the
  9.     SmartFA.CTL. All comments will be placed at the beginning of the
  10.     file. I have had some amount of trouble with this, please note that
  11.     in-line comments on the first line of each section entry are liable
  12.     to be removed during a sort.
  13.  
  14.     i.e.
  15.  
  16.         SFA ;SmartFA
  17.             MT=SmartFA Files
  18.             050/001 Terry Dansey
  19.         END
  20.  
  21.         Will be changed to:
  22.  
  23.         SFA
  24.             MT=SmartFA Files
  25.             050/001 Terry Dansey
  26.         END
  27.  
  28.     Complete re-write of the DIZ functions (OK Iain?), this is how it
  29.     works now:
  30.  
  31.     When SmartFA unpacks a file it will look in the unpack directory for
  32.     *.DIZ. If it finds a DIZ file that uses the SmartFA DIZ naming
  33.     convention it will process it.
  34.  
  35.     SmartFA will then check the files in the directory against the files
  36.     listed in the FILES.BBS. If there are .ARJ or .ZIP files in the
  37.     directory that are not listed in the FILES.BBS SmartFA will check
  38.     them to see if they contain a FILES_ID.DIZ file. If it finds one it
  39.     will add the details to the FILES.BBS.
  40.  
  41.     If there is no FILE_ID.DIZ in the archive SmartFA will then check to
  42.     see if it contains a DIZ file that uses the SmartFA naming
  43.     convention. If one is found it is processed.
  44.  
  45.     If there are no DIZ files in the archive SmartFA will add an entry
  46.     to the FILES.BBS containg the basic information with no description.
  47.  
  48.     * PLEASE NOTE *
  49.  
  50.     Due to memory constraints SmartFA may not be able to handle more
  51.     than 500 entries in the unpack directory. I am hoping to increase
  52.     this later.
  53.  
  54.