Computing.Net > Forums > Programming > to delete all files folders

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

to delete all files folders

Reply to Message Icon

Name: Dosnotes
Date: June 11, 2009 at 15:54:28 Pacific
OS: Windows XP
Subcategory: Batch
Comment:

what would be the easiest way to delete all files and folders from within a specific directory in dos.



Sponsored Link
Ads by Google

Response Number 1
Name: ghostdog
Date: June 11, 2009 at 17:56:29 Pacific
Reply:

download findutils and use find command on the command line like this

c:\test> find c:\test  -name "*" -delete


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: to delete all files folders

VBScript to delete all subfolders www.computing.net/answers/programming/vbscript-to-delete-all-subfolders/14650.html

Script to delete specific files www.computing.net/answers/programming/script-to-delete-specific-files-/14885.html

how to restore all file extensions www.computing.net/answers/programming/how-to-restore-all-file-extensions/17462.html