home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / fc / examples.hlp next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  27 lines

  1. SAMPLE command and resulting output   | Comments about the output
  2.  
  3.   FC TESTDATA.TXT SAFEDATA.BAK        Compare the contents of the file 
  4.                     TESTDATA.TXT with SAFEDATA.BAK.
  5. fc: no differences encountered        The file are the same.
  6.  
  7.   FC C:\PROGRAMS\TUTOR.BAS A:TUTOR.BAK  Here we are comparing the file
  8.                     TUTOR.BAS in the PROGRAMS directory
  9.                     on drive C: with TUTOR.BAK in the
  10. ******C:\PROGRAMS\TUTOR.BAS        current directory on drive A:.
  11. This is the first different line
  12. ...
  13. This is the last different line        The files do not compare. The lines
  14.                     of text in each file which are
  15. ******A:TUTOR.BAK                       different are shown.
  16. Difference begin here
  17. ...
  18. and end here.
  19. ******
  20.  
  21.    FC NEW.EXE  OLD.EXE            An character at a time comparison is
  22.                     performed on .EXE files. A list of
  23. 00000039:   44   47            differing characters is given, with
  24. 0000008A:   00   63            relative addresses and contents shown
  25. 0000020E:   52   55            in hexadecimal (base 16).
  26. fc:  NEW.EXE longer than OLD.EXE
  27.