MD5 File Controler 1.0.1

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
ar-s
Enthusiast
Enthusiast
Posts: 344
Joined: Sat Oct 06, 2007 11:20 pm
Location: France

MD5 File Controler 1.0.1

Post by ar-s »

MD5 File Controler

Image

Version : 1.0.1
Portable : YES
Language : UK
System : XP - Probably Vista but i haven't test it
Poids : 88 ko !
Prix : free

A simply Drag and Drop software to create MD5 List with the possibility to control the files.

Image
MD5 List example

To check file integrity :
For exemple, if you have download some big archives with the MD5 list, you don't have to try to unpack them. You can first check them all with MD5 File Controler. Juste open the list, the sofware will say to you which part are corrupt.

If all your files are ok, the software ask to delete the list for you.

Download HERE

-1.0.1 Update-
- removing the last notepad opening. (used it for test, no more needed)

Another good friend for your USB key :)

EnJoY :P
Last edited by ar-s on Fri Sep 12, 2008 9:38 am, edited 1 time in total.
User avatar
ar-s
Enthusiast
Enthusiast
Posts: 344
Joined: Sat Oct 06, 2007 11:20 pm
Location: France

Post by ar-s »

More than 50 read, 0 message, that's worth it to translate software en english... :roll:
User avatar
Tomi
Enthusiast
Enthusiast
Posts: 270
Joined: Wed Sep 03, 2008 9:29 am

Post by Tomi »

Is MD5 same as CRC for check if file is True or False? more info if it is.
moogle
Enthusiast
Enthusiast
Posts: 372
Joined: Tue Feb 14, 2006 9:27 pm
Location: London, UK

Post by moogle »

MD5 is more accurate for files. CRC is just to check data has arrived correctly IIRC.

Wikipedia is your friend! :D

http://en.wikipedia.org/wiki/MD5
http://en.wikipedia.org/wiki/Cyclic_redundancy_check
Image
User avatar
ar-s
Enthusiast
Enthusiast
Posts: 344
Joined: Sat Oct 06, 2007 11:20 pm
Location: France

Post by ar-s »

moogle wrote:MD5 is more accurate for files. CRC is just to check data has arrived correctly IIRC.

Wikipedia is your friend! :D

http://en.wikipedia.org/wiki/MD5
http://en.wikipedia.org/wiki/Cyclic_redundancy_check
you're right :wink:
byo
Enthusiast
Enthusiast
Posts: 635
Joined: Mon Apr 02, 2007 1:43 am
Location: Brazil

Post by byo »

Cool.

I noticed that the app waits for Notepad to be closed before it continues to update the window. Maybe make a separate thread with WaitThread and disabling the button while the file is open?
Proud registered Purebasic user.
Because programming should be fun.
User avatar
ar-s
Enthusiast
Enthusiast
Posts: 344
Joined: Sat Oct 06, 2007 11:20 pm
Location: France

Post by ar-s »

byo wrote:Cool.

I noticed that the app waits for Notepad to be closed before it continues to update the window. Maybe make a separate thread with WaitThread and disabling the button while the file is open?
true, i'll probably just not open the notepad. I Used it for my tests but it's no more important.

Thanks for your comment

--edit--
Software update in first topic
User avatar
Tomi
Enthusiast
Enthusiast
Posts: 270
Joined: Wed Sep 03, 2008 9:29 am

Post by Tomi »

ty, i must be learn many things :)
Post Reply