Basic DOS Commands:

In this tutorial i will familiarize you with the most basic DOS commands.
To get help for any of the commands discribed down type the command and /?, /? (example: type.exe /?)
MD - make new directory.
RMDIR - delete a directory only if it is empty.
CD - enter directory.
CD.. - leave directory.
COPY - copy a file/s.
DEL - delete a file/s.
DELTREE - deletes directories that are not empty, and the subdirectories.
FORMAT - it formats the typed drive. (warning: don't use if you don't know what it does.)
FIND - Find and displays a specific string in a file.
SYS - transfers the main system's files to a selected drive.
DIR - displays the files and directories.
CLS - clear screen.
TYPE - show the contents of a file.
ATRRIB - changes the attributes of a file (read-only(R), system(S), hidden(H), archive(A))
EDIT - starts an editor to edit the selected file.
MEM - shows memory information.
VER - shows version info.
TREE - displays the structure of the tree, subdirs of the selected drive.
UNDELETE - restore accidently deleted files.
UNFORMAT - restore files on accidently formated drives.
TIME - show time, and allow changing it.
DATE - show date, and allow changing it.
EXIT - exits DOS.

Author: MacTeP(scbsdss@yahoo.com)
Translator: Hammer(duronrulez@yahoo.com)
Date: April 14 2002