Showing posts with label Folder. Show all posts
Showing posts with label Folder. Show all posts

Sunday, 21 June 2015

Powershell Command to create Folder

Command to create Folder from Powershell


  • Powershell is very powerful tool.You can create a Folder from within Powershell using "MD" command
Below command creates a folder called test4 from within Powershell.

md "c:\test4"