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
Better yet, let's say I want to remove everything under the C:\windows\temp folder.
C:\windows\temp
@echo off rd C:\windows\temp /s /q