ktx Posted March 8, 2005 Posted March 8, 2005 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
Cartoonite Posted March 8, 2005 Posted March 8, 2005 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\MSFN1Don't forget to exit the script at the end.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now