How To: Tips to delete subfolders at a time with single command
Today I've faced some difficulty in deleting folder / sub folders with files. Here is the command line command to use to delete the folders and sub folders with files.
RMDIR or RD with /s option will delete all the files
Some how I managed to delete 98% of the files except few because of 'access denied' errors. For this you need to take control by giving the full control permission to your id and delete them.
RMDIR or RD with /s option will delete all the files
Some how I managed to delete 98% of the files except few because of 'access denied' errors. For this you need to take control by giving the full control permission to your id and delete them.
Comments