What is the command to accomplish if a user enters the Windows command line prompt to create a new directory?
A
MD
explanation
MD (MakeDirectory) or MKDIR is the command to use from the command line prompt to create a new directory in Windows. Both of these commands will have the same function
Comments