| help | List windows commands |
| help command | View a description of the given command. |
| move fromfile tofile | Move or rename a file or directory |
| copy fromfile tofile | Copy a file - like mv but fromfile is unchanged |
| del filename | Remove (delete) a file. |
| mkdir dirname | Make a directory. |
| rmdir dirname | Remove an empty directory. |
| dir | List files in current directory. |
| dir filename | Shows the attributes of the specified file |
| driverletter: | Change to drive specified, note the colon at the end of the command. |
| cd dirname | Change to directory dirname. |
| more filename | Quick way to view a file. Use spacebar to move between pages. |