DOS Tips in XP
January 20th, 2009 by Imroz
DOS Tips in XP
Windows XP cmd tip (DOS isn’t dead… it just smells funny) Some command-line folder creation examples:
To create multiple folders at once, add them directly to the “md” command:
C:> md this is a test
To create a folder several folders deep, use:
C:> md thisisatest
Creating a folder with a long name requires the double-quote [...]












