My Tech Notes
Windows 7: how to recursively delete a directory
delete recursively:
rmdir c:\dir1 /s
or delete recursively and quietly without confirmation:
rmdir c:\dir1 /s /q
If you cannot delete the directory because of permissions: you can see
here to run the command as administrator.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment