Menu

Cant get md5deep working on winXp ?

Help
2009-02-01
2013-04-26
  • Nobody/Anonymous

    I have downloaded the latest (and some older versions) of the Windows binary (downloads.sourceforge.net/md5deep/md5deep-3.2.zip)

    I have followed the instructions and am on windows XP

    Went to cmd, typed location hit Enter, it just hangs with flashing prompt. (Also tried dragging file into window to get the location - same result)

    C:\>"C:\md5deep\md5deep.exe"

    Get this if I control+c...

    d41d8cd98f00b204e9800998ecf8427e

    Am I missing something obvious?

    Thanks.

     
    • Jay Satiro

      Jay Satiro - 2009-02-01

      It's a command line utility; there is no GUI.
      md5deep was waiting for input. The md5 that was returned is the md5 of nothing: no input.

      C:\Windows>md5deep c:\windows\win.ini
      db3a6977bf1139fa18de14c52778a930  c:\windows\win.ini

      C:\Windows>type c:\windows\win.ini | md5deep
      db3a6977bf1139fa18de14c52778a930

      md5deep -h for help and read the readme

       
    • Nobody/Anonymous

      I was sure I tried that and got an error. Seemingly not.

      All sorted. many thanks :)

       
  • Nobody/Anonymous

    Dear all,

    md5deep is really a great tool and exactly what I was looking for except that I have a problem with special characters in directory names..

    It is supposed to support Unicode and should be working or am I missing something:

    eg: md5deep -rel C:\temp\données

    will not work.. because of this character ascii code 130 it is not even unicode indeed ???

    Any idea of what I can do ? I am really stuck with this.

    help appreciated !

    many thanks

     
  • Jesse Kornblum

    Jesse Kornblum - 2011-02-22

    Hi nobody,

    You're not missing anything. The Unicode support in md5deep only produces question marks for the filenames in the output. There is a feature request for full Unicode support already in place for the next version, https://sourceforge.net/tracker/?func=detail&aid=3171837&group_id=67079&atid=516781.

     
  • Nobody/Anonymous

    Hum ok, Thank you Jessekornblum,

    In my case It is even outputing nothing and is not able to process input directory path… it should be because of unicode then !

    Many thanks for your answer.

    guillaume.

     
  • Nobody/Anonymous

    Guys !!!

    This is a great day,I found an equivalent tool doing what I need.

    http://support.microsoft.com/kb/841290

    I know it is a µ$ thing no open source software there :(

    But this will solve my problem when waiting for next version of md5deep !!

    microsoft tool works great in command line.

    Just to let know to thos how need that.

    Guillaume

     
  • Nobody/Anonymous

    Sorry Guys , me again, huuh seems that I did microsoft utility too fastly as it does not work either

    ….. BUT I found FileVerifier++  and teh corresponding great FVC command line tool:

    http://www.programmingunlimited.net/siteexec/content.cgi?page=fv

    enjoy !!!

    Guillaume

     

Log in to post a comment.