Is the file or folder read-only?
https://www.lifewire.com/delete-command-2625859
https://www.lifewire.com/dir-command-4050018
Use "/ar" to specify files with a read-only attribute.
If you want to del all files at your current directory, type ...
This is dangerous, so be sure that this is what you really want to do. Type DIR beforehand to see the files that will be deleted.
https://www.lifewire.com/delete-command-2625859
https://www.lifewire.com/dir-command-4050018
Use "/ar" to specify files with a read-only attribute.
If you want to del all files at your current directory, type ...
Code:
del *.*
This is dangerous, so be sure that this is what you really want to do. Type DIR beforehand to see the files that will be deleted.