码迷,mamicode.com
首页 > Windows程序 > 详细

Windows的cmd

时间:2017-12-10 17:38:39      阅读:232      评论:0      收藏:0      [点我收藏+]

标签:can   []   path   ack   level   dir   window   rect   not   

  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‘

Windows的cmd

标签:can   []   path   ack   level   dir   window   rect   not   

原文地址:http://www.cnblogs.com/chen-yonghai/p/8017432.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!