home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Complet / FreeDOS / fdbootcd.iso / FREEDOS / DOCS / LICENSES / VOJTA.EN < prev   
Text File  |  2002-08-30  |  970b  |  33 lines

  1. copyright Paul Vojta
  2. http://math.berkeley.edu/~vojta/
  3.  
  4. **********************************************************************
  5. DEBUG version 0.95.
  6.  
  7. This is a partially implemented clone of the MS-DOS DEBUG command.
  8. See the documentation file (debug.doc) for a list of what has yet to
  9. be implemented.  Pretty much all the functionality of DOS 2.1 is in there,
  10. though.
  11.  
  12. This program is copyrighted, but feel free to distribute and use it
  13. as you wish.
  14.  
  15. Paul Vojta
  16. vojta@math.berkeley.edu
  17.  
  18. **********************************************************************
  19. NAME
  20.     COMP.COM - Binary comparison of files.
  21.  
  22. SYNOPSIS
  23.     comp [/#] file1 [file2]
  24.  
  25. DESCRIPTION
  26.     COMP.COM is a replacement for the MS-DOS command of the same name.
  27.     It compares the two files as binary files and prints out the
  28.     differences, one per line, with the character equivalents of any bytes
  29.     that correspond to printable characters.
  30.  
  31. AUTHOR
  32.     Paul Vojta, vojta@math.berkeley.edu
  33.