Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compare code between two PRG files
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00696877
Message ID:
00711611
Views:
14
>My boss is looking for something similar to a Norton Editor program he once used to compare two files, such as two PRG files. Is there some kind of shareware perhaps that would help a developer to compare two PRG files?
>
>Cecil


You can always use the old DOS FC program (should be in your command directory).
FC [/A] [/C] [/L] [/LBn] [/N] [/T] [/W] [/nnnn] [drive1:][path1]filename1
  [drive2:][path2]filename2
FC /B [drive1:][path1]filename1 [drive2:][path2]filename2

  /A     Displays only first and last lines for each set of differences.
  /B     Performs a binary comparison.
  /C     Disregards the case of letters.
  /L     Compares files as ASCII text.
  /LBn   Sets the maximum consecutive mismatches to the specified number of
         lines.
  /N     Displays the line numbers on an ASCII comparison.
  /T     Does not expand tabs to spaces.
  /W     Compresses white space (tabs and spaces) for comparison.
  /nnnn  Specifies the number of consecutive lines that must match after a
         mismatch.
Previous
Reply
Map
View

Click here to load this message in the networking platform