Message in Swedish (Svenska)
Om kommandotillägg är aktiverade ändras MKDIR enligt följande:Kommandot MKDIR skapar mellanliggande kataloger i sökvägen (om det behövs). till exempel, anta att \a inte finns. Då blir mkdir \a\b\c\d samma som: mkdir \a chdir \a mkdir b chdir b mkdir c chdir c mkdir d vilket är detsamma som du skulle skrivit om tilläggen varit inaktiverade.
Unlocalized message
If Command Extensions are enabled MKDIR changes as follows:MKDIR creates any intermediate directories in the path, if needed. For example, assume \a does not exist then: mkdir \a\b\c\d is the same as: mkdir \a chdir \a mkdir b chdir b mkdir c chdir c mkdir d which is what you would have to type if extensions were disabled.
Search by Google