Please enable JavaScript.
Coggle requires JavaScript to display documents.
Commands in MS.DOS (CD (Change Directory) (used to switch directories in…
Commands in MS.DOS
-
DIR
Displays information about files and directories, and how much disk space is available. By default, it displays the name, size, and last modification time of every file in the current directory.
-
-
-
EDIT
Allows you to view, create, or modify any text file on your computer. When running edit, a screen similar to the picture below is shown.
MOVE
Allows you to move files or directories from one folder to another, or from one drive to another.
-
DELETREE (Delete Tree)
Short for delete tree, deltree is a command used to delete files and directories permanently from the computer.
CLS
Cls is a command that allows you to clear the complete contents of the screen and leave only a prompt.
-