- Sep
- 46
- 0
I am using TCC 26.02.42.
I can list all directories I want to delete with:
Now I want to delete all this directories:
I get the error that the directory name is invalid.
I can list all directories I want to delete with:
Code:
dir /A:d ::^[0-9a-z]{8}\.[0-9a-z]{3}$
Now I want to delete all this directories:
Code:
rd /s ::^[0-9a-z]{8}\.[0-9a-z]{3}$
I get the error that the directory name is invalid.