I have a Windows 2003 Server and need to remove all folder through command line that start with people.
I tried rmdir people* and rd people* but those command don’t seem to accept wildcards
Is there any simple command to do this without use for looks to find all folder and delete them?
Use the
FORconstruct with/dto limit to directories;replacing
@echowithrdonce you’ve tested.