A simple win7-cmd command prompt, a win7-cmd prompt
There are two paths to open the cmd window in win7: (1) start --> all programs --> accessories --> Command Prompt
(2) start --> enter "cmd" in the search box"
|
Command |
Function |
Operations on folders |
Cd path |
Enter the specified path |
Dir |
Show all files and folders in the current folder |
Md folder name |
Create a folder |
Rd folder name |
Delete a folder |
Cd .. |
Go back to the upper-level directory |
Cd \ |
Return to the following directory of the current directory. |
File Operations |
Echo Data (content)> file name |
Create a file and add the specified data (content) |
Type + file name |
View the content of a specified file |
Del + file name |
Deletes a specified object. |
* |
Wildcard |
Tab |
Incomplete content |
Cls |
Clear historical content |
Exit |
Disable Console |
Storage disk Switching |
Drive letter name: Format drive letter: |
For example, from disk C to disk D [C:/User/xxxx D :] |
Momo said: the cmd (command) command window simulates the previous DOS system. You can execute tasks one by one through commands, but you cannot execute multiple
[Enter help in the cmd window to have more commands ].