I need to write a command in a .bat file that recursively deletes all the folders starting with a certain string. How may I achieve this ?
rm -rf -- "Directory name"
Ex : rm -rf -- "-2096378"
Above command will deletes the folders/directories starting with - or wildcard characters