home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / SRC / msdos_diskaccess.lzh / MS_DISK_ACCESS / Mmd.1 < prev    next >
Text File  |  1990-05-10  |  906b  |  35 lines

  1. .TH MMD 1 local
  2. .SH NAME
  3. mmd \- make a MSDOS sub directory
  4. .SH SYNOPSIS
  5. .B mmd
  6. [
  7. .B -v
  8. ] msdosdirectory
  9. .SH DESCRIPTION
  10. .I Mmd
  11. makes a new directory on a MSDOS formatted diskette.  Sub directories
  12. are supported with either the '/' or '\e\' separator.  The use of
  13. the '\e\' separator will require the directory name to be enclosed in
  14. quotes to protect it from the shell.
  15. .PP
  16. .I Mmd
  17. will allow the following command line option:
  18. .TP
  19. .B v
  20. Verbose mode.  Display the new directory name if the name supplied is
  21. invalid.
  22. .PP
  23. Reasonable care is taken to create a valid MSDOS directory name.  If an
  24. invalid name is specified,
  25. .I mmd
  26. will change the name (and display the new name if the verbose mode is
  27. set).
  28. .PP
  29. An error occurs if the directory already exists.
  30. .PP
  31. The environmental variable MCWD may be used to establish a current
  32. working directory (relative to the MSDOS diskette).
  33. .SH SEE ALSO
  34. mdir(1), mrd(1)
  35.