Message in Finnish (suomi)
Jos komentolaajennukset ovat käytössä, MKDIR muuttuu seuraavasti:MKDIR luo polkuun tarvittaessa välitason kansioita. Esimerkiksi, oletetaan että kansiota \a ei ole, jolloin: mkdir \a\b\c\d on sama kuin: mkdir \a chdir \a mkdir b chdir b mkdir c chdir c mkdir d Jälkimmäistä tapaa on käytettävä, jos komentolaajennukset ovat pois käytöstä.
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