Re: Don: Compare Directories and Files
- Posted by CChris <christian.cuvier at ag?iculture.gouv.fr> Jul 09, 2007
- 612 views
don cole wrote: > > Al Getz wrote: > > > > don cole wrote: > > > > > > Al Getz wrote: > > > > > > > > Hi again, > > > > > > > > > > > > Ok let me clean up the source files a bit and submit. > > > > > > > > > > > > Al > > > > > > > > E boa sorte com sua programacao Euphoria! > > > > > > > > > > > > My bumper sticker: "I brake for LED's" > > > > > > > > > > Hello Al, > > > > > > What !!! do you mean they're not ready yet ? > > > > > > {I couldn't resist) > > > > > > > > > Don Cole > > > > He he... > > > > When i dont plan on releasing a program i typically leave lots > > of old notes in with the files. > > Also, i wanted to do a Debug run (one of my other programs) to > > have all the included files printed out so i can zip them up > > with the main file. > > > > BTW i dont think i have your email around, what is it again? > > > > > > Al > > > > E boa sorte com sua programacao Euphoria! > > > > > > My bumper sticker: "I brake for LED's" > > > > Hello again Al, > > I don't know if there is any great rush on this. I'm writing a windows > compare > program in two parts. 1) compare folder and 2) compare files. I'm doing this > with combo boxes so I don't have keep entering file and folder names. The > folder > part I got ok, it gives me a list of all the files that are the same and and > list of all the files that are different. > > Now when it comes to files it is much more complicated. I found a program > in the Archives that does this diff.zip by R. M. Forno. My main goal is to > compare > different versions of Arwen to to see haw to place color tabs. > > Forno's diff works fine on small test programs but when I tried to compare > 2 versions of Arwen it took too long. So I left it running all night. > He has 4 versions and four options to go with each ver. (I haven't tried > them > all. I only tried one.) > > Next day it was still running. Maybe what I am tring to do is an imposible > task. > Regardless, I would like to see your code. You can see it to the easily > hacked > email address that shows up in every post. doncole at pacbell.net. > > [OT]Speaking of pacbell(Park) now AT&T(Park) they're having the All Star Game > there this week and I'm already sick of the news coverage. > > > Don Cole Try WinDiff from the Archive, or better GNU diffutils for Win32 (Google for that to find the sourceforge page, I don't remember it OTOH). CChris