Sunday, October 7, 2007

DOS: Using the ERASE, RENAME, and MOVE commands

ERASE command:
FUNCTION: To delete s file or group of files from the disk.
TYPE: Internal
FORMAT: ERASE filespec or DEL[ETE] filespec

A user can also change the name of a file, a group of files, or a directory.

RENAME command:
FUNCTION: To change the name of a file or group of files
TYPE: Internal
FORMAT: REN[AME] filespec filename [ext.]

MOVE command:
FUNCTION: To change the name of a directory
TYPE: Internal
FORMAT: move

No comments: