1. Organize files.
Three commands--MD (Make Directory), RD (Remove Directory), and CD (Change Directory)--make it easy to create, maintain, and navigate a logical DOS directory structure.
2. Find files fast.
PATH = C:\;C:\DOSSTUFF
3. Track files by date and time.
AUTOEXEC.BAT file for automatic prompting.
4. Know where you are.
C:\DOSSTUFF>
5. Automate commands.
AUTOEXEC.BAT.
PATH = C:\;C:\DOSSTUFF DATE TIME PROMPT = $p $g
LABEL A:
FORMAT A:/v
7. Fix disk errors.
CHKDSK
1. Change the color scheme of the DOS Window
2. Chant the Title of the Window to reflect the current time

3. Navigate the Command History using Keyboard
4. Typing Long Commands at the DOS Prompt
F1 prints characters of the previous command one by one.
