create multiple subdirectory using mkdir in powershell
Is there a way I can do this in ms powershell? (w/o scripting) mkdir a\b\c\d{a,b,c,d} I want to make multiple subdirectories at once just like in bash but when i run it in powershell it gives me t...