Np.. And for those that want to know how it was done here you go:
All commands are basic dos-prompt commands, just placed in a text file with the extention of .bat:
Code:
@echo BHD Cache Cleaner by IcIshoot*CS - support available @ http://cssquad.com
@pause
@echo c:\progra~1\novalo~1\deltaf~1\cache
del *.* /q
cd c:\progra~1\novalo~1\deltaf~1
start dfbhd.exe
exit
IcI