having problems with the del command in kix 4.20

have c:\folder1 and subfolder c:\folder1\1 and subfolder c:\folder1\2

want to delete them all:
DEL "c:\folder1\*.*" /h /s

nothing happens
what's wrong?