I need to delete folders in a folder in one shot, and this folders start with a common name, but does not end with. So any command with del/rm to do this? I tried with wildcards but that didn't work.
c:\temp> rmdir hello*
--- directories with starting charecters as 'hello', didn't work
c:\temp> rmdir hello*.*
--- didn't work