Disk Operating System
Disk Operating System
When one operates in the DOS environment, one interacts with the
command interpreter, which interprets the commands given by user.
Directory
A collection of files is directory (in DOS) or folder (in Windows)
It is analogous to the Office Folder which contains various documents.
A directory/folder eases the management of related files/ documents, like the
various circulars related to personnel could be placed in a directory called
“personnel” and all the circulars related to loans could be placed in a directory
called “loans”.
The drive which contains the root is specified at the head of the
path, separated from the root by a colon (':')
This will copy the file from the source location to the specified destination. The
command creates a copy of the file on the destination i.e. the file would be
found on both the location.
This will move the file from the source location to the specified destination.
The file from the source location would be removed and would be moved to
the destination.
Introduction to Computers 12
ren: Renames a file.
C:\> ren <old filename> <new filename>
This will change the name (rename) of the file to a new name as
specified.