home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / COMREF / DOS5TUT / FC.DAT < prev    next >
Encoding:
Text File  |  1994-02-05  |  240 b   |  11 lines

  1. Explanation of the FC command. 
  2. It is EXTERNAL.
  3.  
  4. Compares two files and shows the 
  5. differences between them.
  6.  
  7. Example:
  8.        To compare two files in ASCII form 
  9.        use the following:
  10.           fc /a /c a:test.bat b:text.bat
  11.