How -TO : How to remove the 100's of temp file on single directory ?

We try to run the application and that is create each and every time a lot of files on one folder on the Windows server   . When every i try to delete it takes lot of memory and time . So finally i used one cmd to clear all files in easy and silently

rmdir /s /q FOLDERNAME

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.