My Tech Notes
Search This Blog
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment