[Batch]Directory Creation

misa Posted messages 2 Status Member -  
I'm_Here Posted messages 156 Status Member -
Hello, I would like to know how to create a directory and a subdirectory using a batch file. Thank you for answering me.
Configuration: Windows XP Internet Explorer 6.0

4 answers

  1. Clem535317 Posted messages 86 Status Member 35
     
    Hello Misa, I know how to do it, look
    MD c:\yourfolder
    MD c:\yourfolder\yoursubfolder
    And there you go
    --
    I'm 15 years old, so what?
    Have a nice day :)
    Clem535317 Logicia Laval 53000 02.43.69.90.00
    35
  2. teebo Posted messages 33585 Registration date   Status Contributor Last intervention   1 797
     
    Hello

    mkdir

    --
    Without politeness, we would only meet to fight.
    So one must either live alone or be polite.
    Alphonse Karr
    4
  3. loule
     
    Hello,

    To convert MP3 files, I am asked to create a directory C:\MP3 and similarly for Wav... for this purpose, I go to the "command prompt" of Vista Premium, which rejects me... what can I do? Thank you.
    4
  4. I'm_Here Posted messages 156 Status Member 26
     
    Hello

    MD C:\myFolder\MySubfolder\mySubSubfolder\....
    4