Which delete statement is faster?



Is there any difference in the speed at which the command is executed in the
following examples?

del a*.*;*
del a*.txt;*
del a*.txt;1

Thank you for your help

Mike


.