Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom Debugger Guide - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

     mkdir dir_spec
     md dir_spec

This command may be used to create a directory on any disk on the local or
remote machine.  MD is a short form for MKDIR.  The "@L" or "@R" prefix may
be used to specify the locale (local or remote).

Example:

     md \tmp

Create a "TMP" directory in the root of the current drive.

Example:

     md d:\etc

Create an "ETC" directory in the root of the "D" disk of the current locale
(local or remote).

Example:

     md @rc:\demo

Create a "DEMO" directory in the root of the "C" disk of the remote machine.
 Both locale and disk are specified.

Example:

     md @le:test

Create a "TEST" subdirectory in the current directory of the "E" disk of the
local machine.  Both locale and disk are specified.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson