How to delete older files using command prompt
How to delete older files using command prompt We usually get the requirement to automatically delete the files in regular intervals, we can achieve this task by creating a batch file and create a schedule task to delete files automatically in regular Intervals. Open a Notepad and put the below command: forfiles -p “Folder location” […]