CMD如何快速打開當前文件夾窗口

/*******************************************************************************
 *                        CMD如何快速打開當前文件夾窗口
 * 說明:
 *     在使用AndroidStudio的過程當中,由於用cmake編譯jni,查看錯誤的時候須要使用
 * gradlew查看詳細信息,查看一些文件的時候不想去一個一個打開文件夾;
 *
 *                                          2019-4-19 深圳 寶安西鄉 曾劍鋒
 ******************************************************************************/

1、參考文檔
    1. How to quickly open the current directory from the command prompt? OS - Windows
        https://stackoverflow.com/questions/32906653/how-to-quickly-open-the-current-directory-from-the-command-prompt-os-windows

2、處理方法
    1. cmd: explorer .
    2. cmd: explorer <your relative path>
相關文章
相關標籤/搜索