ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Sort files

<< < (3/4) > >>

midez:
Now i look forward to testing it!  :D :up:

KodeZwerg:
First public release can be downloaded here.

Sort files

Manual:
Download archive and extract with 7zip or compatible the .exe file.
Run SplitFiles.exe and you see above GUI.
Select source folder by clicking on [..]
Select destination folder by clicking on [..]
Tune options to your needs.
As soon as you click on "Begin" it will instant work without any more messages, just doing its job.
In StatusBar i tried to tell you status all the time.

Attention:
This program do not check destination for existence, neither folder nor files !
So always take care what you doing !!!

I hope this tool work for you as good as i could tested on my own.


Regards,

KodeZwerg.

KodeZwerg:
minor Update.

Whats new?
 - Added a mainmenu with gigantic two options :-)
   - Now you can choose working mode, Move (default) or Copy
 - Since it cost no time, files are sorted now

Whats next?
 - you tell me.


Enjoy,

KodeZwerg.

midez:
It works great! Just a couple of minor things;

When it works the statusbar is not showing all the info. It cuts of parts of the text.
Sort files
Even thou i'm entering 0001 it still gives me 01 and counting.
Sort files
Sort files

Other then that i'm more than satisfied!

Thanks!

KodeZwerg:
Strange thing that the StatusBar text dont fit into... i will investigate that.
When you start application, does in that case the text fit or same thing?

To folder numbering, my application works this way:
 - it collect all files
 - calculate how many folders are needed to be created
 - starting with whatever decimal number you enter ( decimal 0000000001 would always be just a decimal 1 )
 - it automatic fill up foldernumber with zeros to match final created folder, heres how it do if initial number is 1 =
     - if my application need to create 9 folders, no zero be added
     - if my application need to create 10-99 folders, one zero be added to 1-9
     - if my application need to create 100-999 folders, two zeros be added
     and so on....
 - I might add a feature to let you define how many Characters a final foldername should have and fill rest up with zero

It works great!
...
Other then that i'm more than satisfied!

Thanks!
-midez (November 21, 2018, 03:49 AM)
--- End quote ---

Nice to hear and you are welcome :-)


I try fix StatusBar and add your requested feature....

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version