I have to delete all *.pdf files under folder and its subfolders using command prompt. Del *.pdf /s/q works . But if any one of the file is having long name it fails and also not ignored and moves further. Any idea?