I am deleting a folder that contains large amount of files (Milions of files) under Windows Server 2012 and i am using this command for this purpose :
rmdir /s/q foldername
Is there a way i can see the files that are being deleted in the cmd window?