home *** CD-ROM | disk | FTP | other *** search
/ Freelog 8 / Freelog008.iso / BAS / Compression / Mass / readme.txt < prev    next >
Text File  |  1999-08-14  |  2KB  |  72 lines

  1. a little tool to test & extract zips made by XmUrF (xmurf@urbanet.ch)
  2. get the latest version at http://home.span.ch/~spaw1185/mass/
  3.  
  4. => disclaimer
  5. I'm NOT responsible for the harm it could do to your system. 
  6. there is no delete function in this program
  7. nothing useless is written in the registry
  8. the version 092 has been tested
  9.  
  10. =>quick help(how duzit work ???):
  11. select a folder where there are *.zip files to test or extract
  12. click on test or extract
  13.  
  14. =>version history
  15.  
  16. v092:
  17. cleaned code again
  18. added two hints
  19. double click on message opens the log in notepad
  20. double click on the nfo windows opens the nfo in notepad
  21.  
  22. v091:
  23. count files works now but it's still beta:
  24. you have to be in test mode + having redundant zip files names (abcXX.zip) in the folder
  25.  
  26. o save position
  27. o when launched from shell, close
  28. o allow cancel (keep clicking I didn't want to slow down the whole process :)
  29.  
  30. I've tested the extract and test feature they still work fine.
  31.  
  32. v090
  33. there are some option avaible
  34. o registry links (see pictures)
  35. o settings saving
  36. o file counting (BETA)
  37.  
  38.  
  39. =>troubleshooting:
  40. all feature are working but I still wait for your bug report
  41. this tool can extract individual zip but most "winzips" have more option
  42.  
  43. mail me for bug report thx. If the error is a text, cut'n paste it in the mail.
  44. If the error is a message box take a screenshot (printscreen key and paste)
  45. check if the Unzip32.dll is in then c:\windows\system folder
  46. check if the VB6 runtimes Vbrun60.exe are installed
  47. check if commond dialog "Comdlg32.ocx" is in the c:\windows\system folder
  48.  
  49. =>copyright:
  50. looks like the library used is free and i can't ask money for 
  51. 10 pages of code... but:
  52. The source code (I mean the part I wrote myself) is my creation and therefor I can say it's copyrighted.
  53. Source code (vb 5-6) avaible on demand. You can change and (or) enhance anything 
  54. so long it remains free.
  55. I'm NOT the autor of the unzip dll
  56. I'm NOT the autor of the registry access module
  57.  
  58. =>to do:
  59. cleaning code again...(done v092)
  60. an install sequence
  61. debug (hope there aren't too much)
  62.  
  63. =>backgrounds:
  64. everytimes i was unzipping "abcdXX.zip" archives on my computer with
  65. pkunzip i thought that it would be great to have a tool being able 
  66. to do such task
  67.  
  68. =>credit:
  69. using zipinfo zip library. http://www.cdrom.com/pub/infozip
  70. registry acces where made using the api documentation found
  71. on http://mvps.org/vbnet/
  72.