Software-OK
≡... News | ... Home | ... FAQ | Impressum | Contact | Listed at | Thank you |

  
HOME ► Faq ► FAQ - Windows cmd.exe Command-Prompt ► ««« »»»

How to create at once several subfolders levels (commando-line)?


Via Command Prompt is to easy to create at once, several sub folders levels in every Windows Desktop 10, 11, ... and MS Server OS?




MKDIR is suitable for Windows 11, 10, 8.1, 7, ... to XP and Microsoft Server 2019 to 2000, it also doesn't matter if you connect MHDIR to a Windows desktop, tablet, Surface Pro / Go, or even to a server use the operating system.


Content / Info / Tips:

1.) ... Easily create directories with the cmd.exe!
2.) ... Create a folder with several subfolder levels!
3.) ... Deletes all directories with all subfolders and files!
4.) ... Do not be confused by the folder item terms!




1.) Easily create directories with the cmd.exe!

Here is a simple example with 2 subdirectories (Folder1, Folder2) for each folder a separate command!


C:\Users\Nenad\Desktop>mkdir C:\1\Folder1

C:\Users\Nenad\Desktop>mkdir C:\1\Folder2

C:\Users\Nenad\Desktop>cd c:\1

c:\1>dir
Volume in drive C has no label.
Volume Serial Number is 2AAE-9CF6

Directory of c:\1

05/23/2018  08:46 AM    < DIR>          .
05/23/2018  08:46 AM    < DIR>          ..
05/23/2018  08:46 AM    < DIR>          Folder1
05/23/2018  08:46 AM    < DIR>          Folder2
04/26/2018  03:47 PM    < DIR>          Meine_Freigabe
0 File(s)              0 bytes
5 Dir(s)  16,556,134,400 bytes free

c:\1>

2.) Create a folder with several subfolder levels!

Please start the Windows Command Prompt [Windows-Logo+R] and enter the command CMD.exe 
In Command Prompt use the windows make directories command 

For Example: (... see Image-1) 
MKDIR C:/Level1/Level2/Level3/Level4/


(Image-1) Create at once several sub folders levels in all Windows OS!
Create at once several sub folders levels in all Windows OS!
-
▲ Back to the top ▲


The help file for windows MKDIR command!



Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator\Desktop>mkdir /?
Creates a directory.

MKDIR [drive:]path
MD [drive:]path

If Command Extensions are enabled MKDIR changes as follows:

MKDIR creates any intermediate directories in the path, if needed.
For example, assume \a does not exist then:

mkdir \a\b\c\d

is the same as:

mkdir \a
chdir \a
mkdir b
chdir b
mkdir c
chdir c
mkdir d

which is what you would have to type if extensions were disabled.

C:\Documents and Settings\Administrator\Desktop>

3.) Deletes all directories with all subfolders and files!

The command RMDIR or shortened version RD can be used to delete individual directories or directories with subdirectories.

Here in the example, the message appears in the prompt message that the directory is not empty. If you are sure that the full content directory should be deleted, simply use /s as an additional parameter . (see example)

ColorConsole  [Version 2.5.1001 ]
Microsoft Windows [Version 10.0.17134.48]
(c) 2018 Microsoft Corporation. All rights reserved.

C:\Users\Nenad\Desktop>rd C:\1
The directory is not empty.

C:\Users\Nenad\Desktop>rd c:\1 /s
c:\1, Are you sure (Y/N)? y

C:\Users\Nenad\Desktop>


4.) Do not be confused by the folder item terms!


Different identifiers for one and the same thing here's a quick overview.

Directory = folder
subdirectory = subfolders = Sub-folder = sub-directory
folder structure = directory structure
folder tree = Directory tree
cmd.exe = command prompt

A directory or folder Creating the command prompt is really easy and suitable for Windows 11, 10 , 8.1, 8, 7: Pro, Home, Enterprise, Basic, Premium, Professional, Starter, Ultimate, Windows-Server 2019, 2016, 2012, and older Windows operating systems.



FAQ 6: Updated on: 29 May 2022 07:30 Windows
Windows-Console

How to displays all network connections and listening ports?


In some cases well-known and displays all network connections and listening ports on Windows 10, 11, and MS Server Systems If you want to see a list
Windows-Console

Close correctly, the command prompt e.g. cmd.exe!


ALT+F4 or close window button, is not the right solution to close the windows command prompt correctly   Content: 1. Right way to close the command
Windows-Console

How to remove read-only or hidden file attribute vial cmd?


The solution to remove read-only or hidden file attribute via cmd in all MS Windows DEsktop 11, 10, and Server OS  If you want to change the file attribute
Windows-Console

Taskkill with the Cmd.exe, how to use correct and useful with examples!


The taskkill can be used to end one or more processes in any windows OS. With TASKKILL, processes can be killed by the process id or image name. There are
Windows-Console

Make Windows command prompt wider, how to?


The solution is easy to make the Windows command prompt cmd window wider, to see more of the output text It can be annoying if you are working with the
Windows-Console

Long file and folder paths in the CMD prompt (insert,paste)!


If you enter long file or folder paths in the cmd.exe command prompt the solution is very simple to avoid typos errors 1. Solution 1: Using drag
Windows-Console

Start programs with different priority classes, how to do on Windows 10/8.1/7?


You can start programs with a specific process priority via the MS Windows command prompt cmd.exe, with help from the START command Here are the solutions

»»

  My question is not there in the FAQ
Asked questions on this answer:
  1. Windows create multiple folders at once make directory?
  2. Windows mkdir create intermediate directory?
  3. Cmd command to create folder?
  4. Create folders with exe?
  5. Enable Mkdir command extension prompt?
  6. Windows cmd create directory without querying?
  7. Wondering how to create folders via script as an administrator and standard user under Windows 10 and 8.1?
  8. Cmd create folders in programs?
  9. How do I create a directory about cmd?
  10. Create and delete directories not with PowerShell, creating or deleting a directory is with cmd.exe should somehow go to create it in batch files that can then automatically create subfolders, but how?
  11. Cmd command new folder?
  12. Cmd command if folder does not exist to create it?
  13. Create cmd directory?
  14. Create directory per cmd?
  15. Create folders from command line?
  16. Create cmd odrner?
  17. Creating directories and deleting not using PowerShell to create or delete a directory is with cmd.exe supposed to somehow go into creating batch files which can then automatically create subfolders, but how?
  18. Can I create and delete folders with the CMD?
  19. Cmd folders?
  20. Cremte Directory remotely?
  21. Cmd mkdir?
  22. Create archives from ordener with console?
  23. Using batch file to automatically create directory with cmd.exe?
  24. Prompt to create folders?
  25. Script to create a script Windows cmd?
  26. Create a folder structure with Cmd?
  27. With batch file automatically create directory with cmd.exe?
  28. I want to create with the help of a batch file, so only a folder automatically subfolder, is so what?
  29. How to create a folder through the command line?
  30. Cmd Path?
  31. Create folders dos md?
  32. Cwindows console create folders?
  33. Wondering how to create folders via script as an administrator and standard user on Windows 10 and 8.1?
  34. Cmd command create folder?
  35. Windows mkdir intermediate directory?
  36. Create a folder with a command line?
  37. Windows Explorer to create new folder with bat file?
  38. Cmd commands exe create?
  39. Cmd folder?
  40. Create folders via cmd create directory?
  41. Create folders with cmd and give it right?
  42. Create directories with subdirectories at once in Windows 7?
  43. Windows Path?
  44. Create cmd ornder?
  45. Cmd Directory?
  46. Cmd odrner?
  47. Window mkdir verezichnis available?
  48. Create a folder tree with command line CMD on Windows?
  49. Cmd create directory?
  50. Create a directory in cmd?
  51. Create directories with subdirectories in the Windows Console on Windows xp?
  52. In Windows 7, create directories with subdirectories at once?
  53. Create folders with cmd?
  54. Create a prompt directory?
  55. Create Windows 10 command line?
  56. Create multiple subdirectories with one command in Windows 8.1 or Server 2012?
  57. I want to use a batch file, so just create a folder that automatically has subfolders, does something like that?
  58. Create folders with cmd.exe?
  59. Cmd ornder?
  60. Windows automatically generate folders cmd?
  61. Dos create directory?
  62. Create multiple subdirectories with a command in Windows 8.1 or Server 2012?
  63. Cmd directory?
  64. Cmd.exe create new folders?
  65. Create folder with cmd?
  66. Create directory in cmd?
  67. Can one create and delete folders with the CMD?
  68. Creating folders in the cmd?
  69. How to create a folder in cmd?
  70. Create folder create prompt?
  71. Cmd folder present?
  72. Create a windows 10 command directory?
  73. Create a folder structure windows?
  74. Prompt folder?
  75. Commands create command prompt directory?
  76. Window mkdir verezichnis present?
  77. Mkdir command extension enable prompt?
  78. Windows prompt mkdir?
  79. Cmd commands new folder?
  80. Creating a folder tree with command line CMD under Windows?
  81. In Windows Console on Windows xp create directories with subdirectories?
  82. Create Cwindows console folder?
  83. Create infinite folders via cmd?
  84. Cmd Create Folders?
Keywords: windows, 11, 10, server, eleven, command, prompt, create, several, subfolders, levels, server, Questions, Answers, Software




    

  + Freeware
  + Order on the PC
  + File management
  + Automation
  + Office Tools
  + PC testing tools
  + Decoration and fun
  + Desktop-Clocks

  + SoftwareOK Pages
  + Micro Staff
  + Freeware-1
  + Freeware-2
  + Freeware-3
  + FAQ
  + Downloads

  + Top
  + Desktop-OK
  + The Quad Explorer
  + Don't Sleep
  + Win-Scan-2-PDF
  + Quick-Text-Past
  + Print Folder Tree
  + Find Same Images
  + Experience-Index-OK
  + Font-View-OK


  + Freeware
  + ExperienceIndexOK
  + QuickTextPaste
  + DesktopNoteOK
  + ShortDoorNote
  + AutoHideDesktopIcons
  + BlankAndSecure
  + AlwaysMouseWheel
  + NewFileTime
  + DesktopClock3D
  + PAD-s


Home | Thanks | Contact | Link me | FAQ | Windows 2021 | Windows 10 | English-AV | Impressum | Translate | PayPal | PAD-s

 © 2023 by Nenad Hrg softwareok.de • softwareok.com • softwareok.com • softwareok.eu
0.061


► On Windows 8.1 and 10, how to clean up the app folder, delete apps! ◄

► How can I query or find out the shipment number on ebay.com? ◄

► Enter emoji using the touch keyboard (on-screen keyboard) on Windows 10/11! ◄

This website uses cookies to ensure you get the best experience on our website more Infos & Privacy Policy
....