WHAT'S NEW?
Loading...

How to Make a Folders Using Notepad

Notepad is not only a text editor. It is a very powerful tool for computer users and specially for programmers and developers. In this post we will learn to make multiple folders using Notepad program.


Step 1 : Open Notepad (Press Win +R key >> In Run dialog box type notepad >> Ok)

 Step 2 : Type the following text in the notepad
@echo off
md Music Video Audio Programs Document Backup Software
 Note: md is a dos command to make a directory, after md command type the name of folders which you want to create.
Step 3 : Save the file with .bat file extension. (Example folder.bat)
Step 4 : Double click on the batch file which you have just created. (Double click on folder.bat file)

0 comments:

Post a Comment