home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 090.lha / WCat / DCSort.Doc < prev    next >
Text File  |  1986-11-20  |  818b  |  24 lines

  1. /*       program "DCSort"
  2.   by Walt Lounsbery, 4-6-87
  3.  
  4. Usage:  DCSort infile outfile        CLI ONLY!
  5.  
  6.   This program reads the indicated "Don't Care" file for DCat, and sorts it
  7.   so that identical files can be located when editing the file.  Identical
  8.   files can occur when two similar disks are scanned for the "don't care"
  9.   file names.  Also, nearly every disk has a trashcan, a "Disk.info" file,
  10.   or some other common file.  This makes it easier to reduce the list to
  11.   its minimum length, which speed scanning.  The "Don't Care" file must
  12.   be in the DCat abbreviated format, as follows:
  13.  
  14.       File name
  15.       Path name
  16.       Disk name
  17.       File ID   (sum of first 900 bytes in the file)
  18.       File size (bytes)
  19.  
  20. WARNING: This program requires more than 4000 bytes in the stack, a good
  21. figure is 10000.
  22.  
  23. */
  24.