Possible Duplicate:
Mass deleting files in windows
There's got to be a better way.

I'm using Windows 7, but advice that spans other Windows editions would be more beneficial to the masses.
There's got to be a better way.
I'm using Windows 7, but advice that spans other Windows editions would be more beneficial to the masses.
| |||||||||||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ.
|
Do it from the command prompt | |||||||||
feedback
|
|
Mass Directory Eraser - quickly delete thousands of files.
Mass Directory Eraser is freeware. p.s.: to make the it portable, rip the installer with Universal Extractor. works with Windows 7. | |||||||||
feedback
|
|
Command Prompt: That's got to be faster than 8 hours. Add | |||
|
feedback
|
|
Try Directory Eraser . From Author,
from review's -> you might get DEP warning in your windows machine Please Note: I haven't tried it yet | |||||||||||
feedback
|
|
If this is only a once-in-a-while thing, I would say to just deal with it - in the nicest of ways of course! The amount of scale you're dealing with here is uncommon and not something that Microsoft has really tried to reach out to. Another example of extreme scale: Our CEO has a MASSIVE Outlook Inbox, and he likes to try out different search / indexing clients. At one point he had Google Desktop, Xcite (or something -- I forget), and another outside indexing tool all pointed at Outlook. Not only did this demonstrate how inefficient and unscalable Outlook was, it took him minutes -- literally -- just to load Outlook. Our solution was migrating his PST files to an SSD. Now his Outlook 'feels' more like a regular Outlook. At least for now :) | |||||
feedback
|
|
it takes roughly 30s to delete 40k files with this snippet:
it uses the 'DeleteFolder' method of the 'Scripting.FileSystemObject'. worth a try? | |||||
feedback
|