home *** CD-ROM | disk | FTP | other *** search
- /* program "DCSort"
- by Walt Lounsbery, 4-6-87
-
- Usage: DCSort infile outfile CLI ONLY!
-
- This program reads the indicated "Don't Care" file for DCat, and sorts it
- so that identical files can be located when editing the file. Identical
- files can occur when two similar disks are scanned for the "don't care"
- file names. Also, nearly every disk has a trashcan, a "Disk.info" file,
- or some other common file. This makes it easier to reduce the list to
- its minimum length, which speed scanning. The "Don't Care" file must
- be in the DCat abbreviated format, as follows:
-
- File name
- Path name
- Disk name
- File ID (sum of first 900 bytes in the file)
- File size (bytes)
-
- WARNING: This program requires more than 4000 bytes in the stack, a good
- figure is 10000.
-
- */
-