To create multiple folders at once, add them directly to the "md" command:
C:\> md this is a testTo create a folder several folders deep, use:
C:\> md this\is\a\testCreating a folder with a long name requires the double-quote at the beginning:
C:\> md "this is a testBonus tip: Windows XP supports the forward slash "/" as a folder divider. Unix/Linux users: don't let the DOS environment get you down. Use a Unix-style CD command to change your present working directory:
C:\> cd Windows/system32/drivers/etc
0 comments:
Post a Comment