I want to have a batch file that will delete all the folders and files in my cache folder for my wireless toolkit.
Currently I have the following:
cd
del *.* instead of del *.db. That will remove everything.
del *.*
del *.db