Command Line
Posted: Thu Sep 18, 2008 10:24 am
Hi,
I like to compare two files but not the first 6 bytes (that contains row number) on each line.
I know I could manage this from the application itself (GUI based), but can I kick it off from the command line?
ExamDiff c:\temp\a.txt c:\temp\b.txt /?
I've seam that there are some options that could be added as params at the end of the (above) line command...but what should I use in order to skip the compare of position 1-6?
Best regards,
Manor - Sweden
I like to compare two files but not the first 6 bytes (that contains row number) on each line.
I know I could manage this from the application itself (GUI based), but can I kick it off from the command line?
ExamDiff c:\temp\a.txt c:\temp\b.txt /?
I've seam that there are some options that could be added as params at the end of the (above) line command...but what should I use in order to skip the compare of position 1-6?
Best regards,
Manor - Sweden