Jump to content

File .batch For Create Folder


Recommended Posts

Posted

How to file batch for create a folder , subfolder ?

I want create a folder MSFN in located C: and subfolder MSFN\MSFN1 but i don't know , Help me .

I don't know English . Thanks


Posted

Batch files are just a series of DOS commands. Put the following DOS command into a batch file to create your folders.

md C:\MSFN\MSFN1

Don't forget to exit the script at the end.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...