home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP2.ZIP / HELPPUBL.ZIP / COMPARE.### < prev    next >
Encoding:
Text File  |  1985-07-07  |  1.2 KB  |  23 lines

  1. COMMAND:  COMPARE (Compare Files)               DOCUMENTATION : On-line
  2.  
  3. FUNCTION: Compares two text files in memory and lists the differences.
  4.  
  5. FORMAT:   COMPARE [filename[.ext] filename[.ext]]![TEST]
  6.  
  7. TYPE:     User supported software, Version 1.24
  8.  
  9. REMARKS:  Entering COMPARE TEST returns the amount of memory available for the
  10.           files to be compared after the program has been loaded. The names of
  11.           the files in the default directory to be compared can be entered on
  12.           the command line or on the main menu. The menu also prompts for the
  13.           destination of the list of mismatches, which can either be the
  14.           printer or a file on any drive (default file=COMPARE.DTA); the number
  15.           of lines to be scanned in the second file while the first file is
  16.           held at a mismatched line (default=40, max=255); and whether or not
  17.           the lines being scanned are listed to the screen. Before comparing
  18.           lines, leading and trailing ASCII characters below chr(33) are
  19.           stripped in memory, so that indenting does not effect matching while
  20.           imbedded tabs and blanks do. The program can be terminated at any
  21.           time by pressing Esc.
  22.  
  23.