Have tried to google this, but I always seem to get results relating to .tmp files, which isnt really any use.
I have only a basic understanding of batch files, but I think I need something like this:
rmdir "D:\*.tmp"
Windows update seems to be dumping all of it's .tmp folders onto our D drive, as it has the most free space. Fine, but it doesnt then delete them afterwards.
I'm looking to write a batch file, that will go through and delete any folder that has .tmp at the end.