Microsoft
Software
Hardware
Network
Question : .txt File comparison
Experts,
I need to compare two .txt files that semi-colon seperated values in them . I am looking for a report generating tool that dumps all differing rows into a report. Report could be a text or excel document. I tried using Access but i failed to finally write the query to execute the differences between the two.
Answer : .txt File comparison
If you go to DOS, you can use the FC command:
FC file1.txt file2.txt
To send to a file:
FC file1.txt file2.txt > output.txt
A commercial program, Merge, is avaiable from
www.araxis.com
.
Regards,
Jon500
Random Solutions
Strange recycling of ASP.NET worker process without hitting any pre-defined limits!
How do I check for a duplicate record?
"Control <control> must be placed inside a form tag with runat=server" error
Pre-Filled Acrobat forms with data from Access
Access 2003 SQL Question
How do I restore the toolbar at the bottom of Outlook Mailbox where the number that shows the number of email messages is located.
Code retriving duplicated numbers.
SQL query
creating system.mdw whit VB 5
Check Box issue