Hi,
is there a possibility to delete several folders at once?
I want to remove folders like
151...
153....
159...
etc.
So i tried using script like this: rd /s /enterprise/usr/1* but this is not working.
I can write rd /s /enterprise/usr/151434434304 and it will delete the exact folder.
But I want to delete all folders that begin with 1.
Is there any possibility?