home *** CD-ROM | disk | FTP | other *** search
/ Best Sellers 7: Football Classics 2 / CD1.iso / utils / pkware / zzap66a / qfix.doc < prev    next >
Text File  |  1990-09-09  |  3KB  |  59 lines

  1.                         QFIX Version 2.2
  2.             Copyright (c)1990 Ross Neilson Wentworth
  3.                        All Rights Reserved
  4.  
  5. QFIX processes the converted file list (FILES.FIX) that is
  6. produced by ZZAP when the /F+ option is used.  It will
  7. automatically make any necessary changes to archive file names in
  8. the BBS file lists that use the same format as QuickBBS or
  9. PCBoard.  This means you don't have to manually edit your
  10. download lists to change the file extensions after you convert
  11. files from one format to another.
  12.  
  13. The QuickBBS format is fairly simple, each download subdirectory
  14. contains a file, normally FILES.BBS, that contains the list of
  15. files and descriptions for that subdirectory.  For example:
  16.  
  17. -----------------------------------------------------------------
  18. ZZAP60A.ZIP    Universal archive conversion utility
  19. TPPOP22A.ZIP   TSR package for Turbo Pascal 5.x
  20.                Complete source code included.
  21. -----------------------------------------------------------------
  22.  
  23. The PCBoard format is identical with the exception that the file
  24. dates and sizes are also included.  This version of QFIX only
  25. handles straight ASCII files.  No guarantee is made that it will
  26. work with files containing embedded ANSI escape sequences.
  27.  
  28. Some versions of PCBoard may produce a differently formatted file
  29. name, where the name portion is padded to eight characters before
  30. the extension, e.g. "AFILE   .ZIP".  The /S command line option
  31. is provided to handle this diffence.  If /S is included on the
  32. command line the name and extension will be "SPREAD" with the
  33. proper number of spaces, e.g., "QFIX /S UPLD".
  34.  
  35. The file name must be at the start of the line (no leading
  36. spaces) and must not exceed 12 characters (the maximum DOS
  37. limit).  Lines preceded by one or more spaces will be ignored by
  38. QFIX, thus allowing multi-line descriptions, headers, etc.
  39.  
  40. Under PCBoard since the file size and name are also stored in the
  41. list file they must be updated as well.  No attempt to do this is
  42. made in QFIX.  Since the Turbo Pascal source code is supplied it
  43. would be a trivial matter to add the necessary changes.
  44. Alternately, PCBFiler with the proper parameters will make the
  45. changes for you if the file name has been properly modified.
  46.  
  47. QFIX accepts an additional and optional command line parameter.
  48. If the BBS file list name is not FILES.BBS then you must state
  49. the file name on the command line.  QFIX will properly handle
  50. hidden files so you can use it to fix up the description file as
  51. used by 4DOS. Simply give the description file name on the
  52. command line:
  53.  
  54.                         QFIX descript.ion
  55.  
  56. When QFIX is executed it will look in the default subdirectory
  57. and along the PATH for FILES.FIX (or the stated list file name),
  58. which contains the list of file names that have changed.
  59.