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
Page 1 of 1
File .batch For Create Folder
#2
Posted 08 March 2005 - 08:38 AM
Batch files are just a series of DOS commands. Put the following DOS command into a batch file to create your folders.
Don't forget to exit the script at the end.
md C:\MSFN\MSFN1
Don't forget to exit the script at the end.
Share this topic:
Page 1 of 1



Help
Back to top








