Kukrapok
This program is a "cleaning" tool,
you have to configure your deleting pattern, and then dropping a directory on
Kukrapok, it'll delete every files in the directory and all sub directories,
matching the pattern you programmed
When it's started, Kukrapok look for a
file named kukraping.txt in his directory, and this file must contain the
extensions of files you want to remove
for example :
.bmp |
.jpg |
.gif |
.png |
.tga |
.pcx |
Make Kukrapok removes every picture in
the directory and sub directories you give to it
You can also comment some extensions to
remove them from Kukrapok but keeping it "in mind", the comment symbol are //
(beginning of the line) or /* and */ (each open and close symbol alone on his
line) everything between lien /* and line */ will be ignored
You can also set a reverse pattern, by
writing a '!' alone on the first line of the file, like that, every files will
be removed excepted the file with extensions you set
The best use of Kukrapok is to remove
every object files and other files annoying in every source directories,
Kukrapok contain a default kukraping.txt file which is good for removing
"coders" annoying files
To finish, notice that Kukrapok is
programmed to be not authorized to delete some files, they are here :
.c
.h
Makefile
.lib
.cpp
.hpp
.dsp
.dsw
.mdp
.opt
.rc
.rct
.rc2
.res
I just noticed that I need to add .sln and
.vcproj
|