Home / ver0.006_MultSel
Name Modified Size InfoDownloads / Week
Parent folder
lin 2014-07-08
win 2014-07-08
README.txt 2014-07-05 2.2 kB
Totals: 3 Items   2.2 kB 0
added file custom file/dir selector to select even multiple dir that handle very long path under windows

How to use : 

In the first box you select wich file_select_box to use : 
  MultiDir = you can select multiple dirs or multiple files with a custom box
  multiple = you can select one dir or more than one file with a generic box
  Single   = you can select one file with an os_native box
  Dir      = you can select one dir  with an os_native box

In the second box there is the name of the file where will be written md5 hash when copying a dir, 
or the extension added to the file name when copying a singole file.

In the 2 and 3 line you select sorces files and dir   and   one destination directory. 

In the forth line there are 6 object :
1) a box where you can see the number of byte copied for every single file during the copy operation.
2) the indicator to decide if you want to copy even the initial selected 
	directory.
3) the dimension of the buffer in read and write operation in Megabyte (8 = 8MegaByte of buffer).
4) Execute button
5) A Cancel indicator that you can activate to interrupt a long copy operation (if it is wrong...) 
6) An Exit button

Than there are 2 text box : one for stdout normal messages, one for stderr warning and error messages
At this moment messages are very much(tooooo much).

Very initial version.
This is a simple program to copy  files or directories and verify the copied file with md5 hash. 
Hash is saved in and .md5 file compatible with md5sum. 
It has a gui and work on Linux and windows (the script should work even on Mac). 
Md5 is computed while reading so sources file are read only once. 
The executables have been created using pp : it creates an executable similar to an autoextract-zip with the script, the perl engine and all libraries.
I'm using it under linux to copy GigaBytes files from ntfs internal hd  to ntfs external hd with an old atom eepc with 8.5MB/sec speed : is it good? With more powerful pc speeds are 3 times better.
Added ability to manage very long path (>260 char) under windows (under linux is default : magic linux!). 
Added a file_select box that manges very long path and multiple selection of dirs and files.
Source: README.txt, updated 2014-07-05