MCD is a combination of the OS/2-commands MD and CD.
Program is distributed as ZIP package: download to temporary directory and unpack to destination folder. See below for download link(s).
Following ones are the download links for manual installation:
MCD v. 1.0 (29/12/2017) | Readme/What's new |
MCD.CMD executes the OS/2-command "MD" for all specified directories
and executes the OS/2-command "CD" for the last specified directory.
Executing MCD.CMD without an executable parameter just executes the
OS/2-command "CD".
Syntax:
MCD <directory> <...>
Examples:
MCD "A Long Name" SHORT "Another long name" SHORT.2
Will be executed as:
MD "A Long Name"
MD "SHORT"
MD "Another long name"
MD "SHORT.2"
CD "SHORT.2"
MCD "A long name" ""
Will be executed as:
MD "A long name"
CD "A long name"
MCD SHORT SHORT.2
Will be executed as:
MD "SHORT"
MD "SHORT.2"
CD "SHORT.2"
MCD \
Will be executed as:
MD "\" (returns an OS/2-error message, SYS1248)
CD "\"
MCD
Will be executed as:
CD |
hobbes.nmsu.edu/download/pub/os2/util/file/mcd10.zip | ||
MCD (28/7/2009) | Readme/What's new |
MCD.CMD (c) AD 1998-2009
MCD.CMD executes the OS/2-command "MD" for all specified directories
and executes the OS/2-command "CD" for the last specified directory.
Executing MCD.CMD without an executable parameter just executes the
OS/2-command "CD".
Syntax:
MCD <directory> <...>
Examples:
MCD "A Long Name" SHORT "Another long name" SHORT.2
Will be executed as:
MD "A Long Name"
MD "SHORT"
MD "Another long name"
MD "SHORT.2"
CD "SHORT.2"
MCD "A long name" ""
Will be executed as:
MD "A long name"
CD "A long name"
MCD SHORT SHORT.2
Will be executed as:
MD "SHORT"
MD "SHORT.2"
CD "SHORT.2"
MCD \
Will be executed as:
MD "\" (returns an OS/2-error message, SYS1248)
CD "\"
MCD
Will be executed as:
CD |
hobbes.nmsu.edu/download/pub/os2/util/file/mcd.zip | local copy |
This work is licensed under a Creative Commons Attribution 4.0 International License.
Add new comment