Rasjid Wilcox wrote:
C:\>dir /s > filelist.txt
C:\>start wordpad filelist.txt

Do an edit/find for 'cygwin1.dll'. See if you have more than one. (In case the Windows find file missed it for some reason.)

Better:


dir cygwin1.dll /s /a /b

/a will catch cygwin1.dll even if it should be marked as a hidden or system file, and /b will optimize the output format (one line per file).

Off topic: I just tried that on my machine and I found that CDRDAO ships a cygwin1.dll with their Windows build (I have version 1.1.7). If someone is in the habit of slapping wrists for that sort of thing, there's your cue.

Best,
JT




Reply via email to