home *** CD-ROM | disk | FTP | other *** search
/ WADS of WADS / WadsOfWads.1994.zip / ZIPS / A_D / COMPARE.ZIP / COMPARE.TXT < prev   
Text File  |  1994-08-01  |  1KB  |  24 lines

  1.  PROGRAM: COMPARE.EXE - for UNIX file listings
  2.  VERSION: 1.0
  3.      USE: COMPARE <Oldfile> <Newfile>
  4.  EXAMPLE: COMPARE 0794.cap 0108.cap
  5.   RESULT: The program would compare the UNIX file entries in each
  6.           file and make an output file of any files that exist in
  7.           the NEWFILE file, and not in the OLD one.
  8.           OUTPUT FILE NAME is the first 4 chars of each file, so for the
  9.           the above example it would be 07940108.txt.
  10. COMMENTS: I found it real hard to keep track of the new files in a
  11.           lot of systems, so I wrote this Q&D program.  It'll search
  12.           your capture files for -- (a UNIX file line) then compare
  13.           with OLDFILE.  It'll ignore any other lines so you don't
  14.           need a neat capture file.  It's written in Basic.
  15.   AUTHOR: Vic Harnett  Vancouver, BC, CANADA
  16. INTERNET: vic_harnett@mindlink.bc.ca
  17.    NOTES: This program can freely go anywhere and everywhere. Drop me a note
  18.           if you're using this in some far-away place.  I'd like to see
  19.           how far it goes.
  20.   ERRORS: I didn't want to make a big huge program with error-checking
  21.           routines and everything, so if you type an invalid file name,
  22.           it'll just crash on ya!
  23.  
  24.                                             Have a good life, eh!