Thread: The Patch!
View Single Post
  #7  
Old November 22nd, 2000, 11:38 PM

Baron Munchausen Baron Munchausen is offline
General
 
Join Date: Aug 2000
Location: Ohio, USA
Posts: 4,323
Thanks: 0
Thanked 0 Times in 0 Posts
Baron Munchausen is on a distinguished road
Default Re: The Patch!

Take a copy of your original file, not your modifications, and a copy of the new file from the patch. Compare them with FC (a basic DOS command). Save the results to file, since it will be large:

FC file1.txt file2.txt > differences

Load the differences into a text editor and go over your modification in another editor. This is how I handle changes to the beta for my own custom data set. Yes, it's tedious but less tedious than comparing the whole files by eye.

[This message has been edited by Baron Munchausen (edited 22 November 2000).]
Reply With Quote