windows - MD command for directory tree -
i pretty new windows command line , cant figure out little problem.
i want create directory tree looks following:
i tried command: md opgaven oplos\hfst1\hfst2
but cant figure out how hfst1 , hfst2 in map oplos in 1 command.
i want create entire directory 1 command in windows command line or powershell.
one liner:
md s\opgaven,s\oplos\hfst1,s\oplos\hfst2,s\windows,s\taken\windows,s\taken\access
proof works:
ps> tree s e:\scratch\s ├───opgaven ├───oplos │ ├───hfst1 │ └───hfst2 ├───taken │ ├───access │ └───windows └───windows
Comments
Post a Comment