I'm looking for a way to quickly delete many thousands of files from XP. I have directories each of which contains 100,000+ .csv files that need to be deleted. I've tried
del *.csv
which does delete the files but it takes about two hours for each folder that I run this script on. Is there a way that I can use to quickly delete the files? If not I can schedule a task to run nightly until this process finishes but I would like to have this finished today if at all possible.
Thanks for the help
Start Free Trial