CMD Commands 1
CMD Commands 1
TIME
DATE
CLS
DIR
Shows directory information of a diskette: name, size, and the date and
time stamp of files.
Syntax:
DIR [d:][path]
Optional switches:
/p Display dir info and pauses display when the screen is full
/w Display names and extensions only in five columns
COPY
TYPE
DEL
REN
Renames a file.
Syntax:
REN [d:][path][name.ext] [d:][path][newname.ext]
MD
RD
Removes an existing directory (directory must be empty).
Syntax:
RD [d:][path][dirname]
CD