Windows的cmd

2021-04-22 17:26

阅读:684

  1. quit 退出cmd

  2. cd 命令
    [drive:] Just change the current driver
    cd [drive:] [path] Just change the current directory of driver
    cd [/d] [drive:] [path] Change the current driver and its current directory

cd [] Come back to root of the current driver
cd [..] Up one level

If you are in the current driver and want to enter its directory, you could use relative path.

e.g., The current driver is E: E:>,so you can just type ‘cd \joan\joansky‘ to enter ‘E:\joan\joansky>‘

If the directory you want to enter is not in the current driver, you need to use absolute path ‘cd e:\joan\joansky‘


评论


亲,登录后才可以留言!