PriesdellyFollowJun 22, 2022·1 min readRecursive create directories by PowershellJust use the command in windows powershellCommandNew-Item -ItemType Directory 'Path'ExampleNew-Item -ItemType Directory 'D:\dev\test1\test2'Note for me