Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

MD /D

The new /D option of the MD command in V12 does not work if the newly
created directory is not on the current drive. Is this WAD? If so, I think
the documentation needs to be clarified a little.

--
Howard
 
On Mon, 23 Aug 2010 17:30:34 -0400, Howard Goldstein
<> wrote:

|The new /D option of the MD command in V12 does not work if the newly
|created directory is not on the current drive. Is this WAD? If so, I think
|the documentation needs to be clarified a little.

It seems OK here:

Code:
v:\> md /d i:\test

i:\test>
 
> On Mon, 23 Aug 2010 17:30:34 -0400, Howard Goldstein
> <> wrote:
>
> |The new /D option of the MD command in V12 does not work if the newly
> |created directory is not on the current drive. Is this WAD? If so, I
> think
> |the documentation needs to be clarified a little.
>
> It seems OK here:
>
>
> Code:
> ---------
> v:\> md /d i:\test
>
> i:\test>
> ---------
>
Oops, it's working here now too. Must have been user error on my part.
Sorry for the false alarm.

--
Howard
 
Back
Top