Log in

View Full Version : automatic delete *.udd


Anonymous
February 14th, 2003, 03:08
can i set automatic deletion *.udd files?
by 2 days i have 150 udd files! I do not want to do this manual - this too tiring.
делать руками.

sorry for my bad eng...

blabberer
February 14th, 2003, 05:11
hi get the udd cleaner plugin it lets you delete all *.udd and *.bak files with your confirmation or automatically see the plugin page

by the way i dont understand how it can be too tiring
dont let me imagine that you are selecting every file individually and right click and delete and then cofirm yes send it to recycle(i assume windows here)
then open recycle bin then empty recycle bin (or select each of the file individually again and delete them again from recycle bin )and so on and so forth
well here are some tips to lessen your tiredness

open the ollydebug folder and right click check view details so that clicking on the header (the one which has the name path etc) you can sort them
now you can select all the *.udd files by clicking on at the top of stack and then pressing shift+down arrow and then using shift+delete

or you can write one small little batfile remember dos (disk operating system)
by using copycon whatever.bat commands ctrl + Z

or by using the holy notepad and type in the following commands and saving it as whatever.bat and running it (this is equivalent to running the plugin if you remove all those pauses)

cd tc&#92;ollydbg108 <-this is my path you have to substitute this
pause <-- you can remove this
dir/p *.udd <---- ditto
pause <----- "
del *.udd REQUIRED
pause <-- removable
dir/p *.bak <--- removable
pause <---"
del *.bak REQUIRED
pause <--- removable

hope i gave you some information

Anonymous
February 18th, 2003, 07:08
> right click and delete
i know, how i can delete files and how i can write bat's for delete files (but thank you for your time). Understand, i work from the some IDE and bind keys for special operations, i.e. Compile, Build, etc. And i have key for start ollydbg, but ollydng is windows program and i do not want to have else window, that will erase all files, what created by olly. (i have many windows ~40 and do not want more one). It's all not so important, it's problem on comfort, because i like comfort programming.

PS: i have read, what can check 'Options/Debugger options/Securite/Ignore path and extension' and i'll have only one udd file. It's satisfy me. thanks again...

Anonymous
February 18th, 2003, 07:10
PS. sorry, forget: I'll check plugins page.