If you want to delete 21Gb or small txt files from your hard disk you will notice that the GUI is slow (finding files first etc). The fastest way I have found is the following:
Thanks Hugo for the tip.
del /f/s/q foldername > nul
rmdir /s/q foldername
Thanks Hugo for the tip.