Загрузка страницы

Create Multiple Folders At Once Using Batch File

How to create multiple folders at once using a batch file

Batch file commands (as used in this video):

You can also use 'mkdir' instead of 'md'; both commands do exactly the same. To make folders with spaces in the folder name, use quotation marks. Example:
md "Folder Name"

Full instructions:

First, create a batch file. Right-click, ’New’, ‘Text document’, give it a name, and give it the .bat file extension.

Click 'Yes'.

Now right-click your file, and click 'edit'.

Now type ‘md’, which means ‘make directory’. This is the command for creating a folder.
Then type a space, and the name of the folder you want to create.

To create multiple folders at once, separate them with a space.

To create a folder with a subfolder, type the name of the folder, then use the backslash (\), followed by the name of the subfolder.

When you're done typing the names of the folders you want to create, click 'File' and, 'Save', and close the batch file.

Double-click on your batch file to run it.

And, it works! As you can see, it created all the folders.

Follow Us:
Website: www.operion.com.my
Facebook: https://www.facebook.com/operion
Twitter: https://twitter.com/OperionWeb
Linkedin: https://www.linkedin.com/company/operion
Website Resources: www.operion.com.my/resources

Видео Create Multiple Folders At Once Using Batch File канала Operion Web Design & Software Company
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
12 октября 2020 г. 16:15:00
00:04:09
Яндекс.Метрика