DOS Tips for Windows XP


DOS Tips for Windows XP:

Windows XP cmd tip (DOS isnt dead.) 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 thisisa est

Creating a folder with a long name requires the double-quote at the beginning:

C:> md "this is a test

Bonus tip: Windows XP supports the forward slash "/" as a folder divider.

Unix/Linux users:

Use a Unix-style CD command to change your present working directory:

C:> cd Windows/system32/drivers/etc

Comments

  • :
    : DOS Tips for Windows XP:
    :
    : Windows XP cmd tip (DOS isnt dead.) 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 thisisa est
    :
    : Creating a folder with a long name requires the double-quote at the beginning:
    :
    : C:> md "this is a test
    :
    : Bonus tip: Windows XP supports the forward slash "/" as a folder divider.
    :
    : Unix/Linux users:
    :
    : Use a Unix-style CD command to change your present working directory:
    :
    : C:> cd Windows/system32/drivers/etc
    :

    DOS is quite dead my friend.

    -potw
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion