MD!.COM

ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ MD! C:\MySub\MySub2 ³
³ MD! C:\MySub\       ³
³ MD! C:MySub         ³
³ MD! MySub           ³
³    ^watch the space ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ

Roedy Green
Canadian Mind Products
#101 - 2536 Wark Street
Victoria, BC Canada V8T 4G8
tel:(250) 361-9093
mailto:roedyg@mindprod.com
http://mindprod.com

This program is copyrighted but free.  The source and object
code may be used for any purpose except military.  You are free
to copy it, sell it, modify it, or cannibalize it.  You can take
out the credits if you want.  The only restriction, backed up by
Canadian Mind Products standard very nasty penalties is that you
must make sure none of it is ever used for a military purpose.

Purpose
=======

MD! is very similar to the normal MS or PC DOS MD command,
however MD! is somewhat more powerful.

1.  It will automatically create higher levels of directory
    structure.
2.  It works even when when there is a trailing backslash on the
    directory name.
3.  You can redirect any error messages with >NUL:
4.  If a file already exists by that name, (nearly always
    created by by a failed file copy to a non-existent subdirectory)
    the file is automatically deleted and the directory is made in its
    place.
5.  MD! sets ERRORLEVEL if it fails.

MD! is slower than MD since it is must be loaded each time,
whereas MD is internal to DOS.

NOTE:  MD! does NOT do a CD.  It leaves the directory as is.

GETTING THE LATEST VERSION
==========================

Look for the latest version at my Web site:
  http://mindprod.com

It would also be helpful if you mentioned the URL or source of where
you got your copy.  I want to make sure that site is kept kept up to
date.

-30-