home *** CD-ROM | disk | FTP | other *** search
- MkPath - Make a full subdirectory path
- (C)Copr.1991 by Rob Cohan
- All rights reserved
-
- Usage: MkPath subpath
- where subpath is a full path, such as c:\abc\def\ghi
-
- If the path passed to MkPath does not exist, it will be created.
- A maximum of 30 subdirectory levels is supported. Exceeding this
- limit will result in a DOS errorlevel of 1. If a normal file is
- found with the same name as a specified subdirectory, DOS errorlevel
- will be set to 3. If the specified drive does not exist, DOS errorlevel
- will be set to 4. ? will provide help. MkPath without appended info.
- will cause it to prompt the user for the path.
-
- Please direct comments to: Rob Cohan * P.H.U.G. BBS * (215) 673-6914
- PO Box 416 Feasterville, PA 19053
-
-