Page 1 of 1

TreeProcess - Easy batch processing

Posted: Wed Jun 25, 2014 9:43 am
by djes
Here's a little Windows(r) program to walk the file tree and execute specified command on found files and/or folders.

It is similar to Unix(r) find command (with less options), but with an easy to use GUI.

Image

Useful for batch processing without coding, eg converting *.wav to mp3, *.bmp to *.jpg, and so on... It can also duplicates the original file tree, and save/load config of common tasks.

An image converter based on the PureBasic common image file formats (JPEG, JPEG2000, PiNG, BMP, TIFF, TARGA) is included.

This is an open source program under GPLv3 license. Feel free to make it better ! Simply add your name in the source code and don't forget to add the GPL license.

Special page there : http://djes.free.fr/TreeProcess.html

Archive and online sources there : http://www.pbfrance.com/?url=source&cmd=viewer&val=30 (click on 'télécharger' for the zip file)

Re: FindAndExec - Little 'Find' in a window

Posted: Wed Jun 25, 2014 1:54 pm
by Kwai chang caine
Thanks for sharing 8)

Re: FindAndExec - Little 'Find' in a window

Posted: Fri Jun 27, 2014 4:10 am
by idle
thanks for sharing

Re: FindAndExec - Little 'Find' in a window

Posted: Fri Jun 27, 2014 7:58 am
by djes
I'm renaming this project to TreeProcess.

Re: TreeProcess - walk the file tree and make changes

Posted: Fri Jun 27, 2014 4:13 pm
by djes
New version :
  • Option to duplicate source directory tree
  • Save/load config files
Todo : easy examples, translation

Re: TreeProcess - walk the file tree and make changes

Posted: Sat Jun 28, 2014 2:04 pm
by djes
Added an image converter and some config files. Added the %PATHDIR% special string for the command path.

Re: TreeProcess - Easy batch processing

Posted: Wed Sep 09, 2015 9:36 am
by djes
Edit : changed title and details