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
IF EXIST "C:\Users\tbrollo\j2mewtk\2.5.2\appdb\RMS" ( rmdir "C:\Users\tbrollo\j2mewtk\2.5.2\appdb\RMS" /s /q )
This will delete everything from the folder (and the folder itself).