View Single Post
  #11  
Old 01-24-2006, 09:54 PM
IcIshoot is offline IcIshoot

Join Date: Mar 2004
Location: Farmington Hills, MI
Posts: 1,473

Send a message via AIM to IcIshoot Send a message via MSN to IcIshoot Send a message via Yahoo to IcIshoot
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
Reply With Quote