TreeProcess - Easy batch processing

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

TreeProcess - Easy batch processing

Post 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)
Last edited by djes on Wed Sep 09, 2015 9:36 am, edited 12 times in total.
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5494
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: FindAndExec - Little 'Find' in a window

Post by Kwai chang caine »

Thanks for sharing 8)
ImageThe happiness is a road...
Not a destination
User avatar
idle
Always Here
Always Here
Posts: 5899
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: FindAndExec - Little 'Find' in a window

Post by idle »

thanks for sharing
Windows 11, Manjaro, Raspberry Pi OS
Image
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Re: FindAndExec - Little 'Find' in a window

Post by djes »

I'm renaming this project to TreeProcess.
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Re: TreeProcess - walk the file tree and make changes

Post by djes »

New version :
  • Option to duplicate source directory tree
  • Save/load config files
Todo : easy examples, translation
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Re: TreeProcess - walk the file tree and make changes

Post by djes »

Added an image converter and some config files. Added the %PATHDIR% special string for the command path.
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Re: TreeProcess - Easy batch processing

Post by djes »

Edit : changed title and details
Post Reply