dos command delete folder and files using a wild card character ...
2013年2月1日 - You can use a for loop to run through your files and send a variable (%x in this case) to rmdir with your path. Try this: for /d %x in (*(sub*) do rmdir /s ...
stackoverflow.com |