home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / snpd9707.zip / SNIPDIFF.TXT < prev    next >
Text File  |  1996-11-24  |  2KB  |  50 lines

  1. INFORMATION ABOUT SNIPDIFF
  2. ==========================
  3.  
  4. Before you read any farther, you must have a complete, unaltered copy of the
  5. previous SNIPPETS release, SNIP9510.xxx (xxx=ZIP, LZH, ARJ), in order to use
  6. SNIPDIFF. OK? Then let's go on...
  7.  
  8. SNIPDIFF is a companion to the SNIPPETS collection of public domain and
  9. freeware C source code and information. Since SNIPPETS has grown to over
  10. 500K, archived, and since a new edition is released at least once per year,
  11. it has become prohibitively expensive for some people to download the current
  12. version if it isn't on a local BBS.
  13.  
  14. SNIPDIFF contains only the files that have changed since the last edition of
  15. SNIPPETS. The new format of the SNIPPETS.NDX file allows the included
  16. SNIPGEN.EXE utility to create a complete and fully validated version of the
  17. latest SNIPPETS edition. In keeping with SNIPPETS naming conventions,
  18. SNIPDIFF will always be named "SNPDdddd.xxxx", where "dddd" is the release
  19. date and "xxx" is the archive utility extension. For example, I distribute
  20. this November, 1996 edition as SNPD9611.LZH or SNPD9510.ZIP, using the LHA or
  21. PKzip archive utilities respectively.
  22.  
  23. If your old SNIPPETS archive is more than one version out of date, is
  24. incomplete or contains any modified files, then SNIPGEN.EXE will be unable to
  25. generate a current SNIPPETS edition and you'll have to download the whole
  26. package, so be sure to keep your SNIPPETS archives intact!
  27.  
  28. SNIPDIFF contains two control files, SNIPPETS.OLD and SNIPPETS.NEW which,
  29. used in concert with the new format SNIPPETS.NDX contain sufficient informa-
  30. tion to build SNIPPETS with all current files in their proper order, even
  31. deleting old files no longer included.
  32.  
  33. SNIPGEN.EXE should be run from the directory where you have unarchived all
  34. the SNIPDIFF files and requires approximately 2.5-3 Mb of free disk space.
  35.  
  36. The command to run SNIPGEN.EXE is:
  37.  
  38. SNIPGEN old_arc new_arc old_dir
  39.  
  40. ...where "old_arc" is the archive extension of your old SNIP9503 archive
  41. ("LZH", "ARJ", or "ZIP" are supported), "new_arc" is the archive extension of
  42. your new SNIP9510 archive, and "old_dir" is the directory in which to locate
  43. your old SNIP9503 archive.
  44.  
  45. For LZH archives, LHA.EXE must be available in the PATH.
  46.  
  47. For ARJ archives, ARJ.EXE must be available in the PATH.
  48.  
  49. For ZIP archives, PKZIP.EXE must be available in the PATH.
  50.