Here are some basic cmd commands you should know.
1. Create a New Folder
- /> mkdir [folderName]
2. Change Directory
- /> cd [folderName]
3. Up one Directory
- /> cd..
4. Change Drive
- /> cd:
5. List Files
- /> dir
6. Copy Files
- /> copy[file] [destination]
7. Rename
- /> ren [folder] [newFolderName]
8. Delete File
- />del [file]
9. Displays the IP Configuration
- />ipconfig
10. Currently running programs
- />tasklist

Comments
Post a Comment