zoukankan      html  css  js  c++  java
  • CMD如何快速打开当前文件夹窗口

    /*******************************************************************************
     *                        CMD如何快速打开当前文件夹窗口
     * 说明:
     *     在使用AndroidStudio的过程中,因为用cmake编译jni,查看错误的时候需要使用
     * gradlew查看详细信息,查看一些文件的时候不想去一个一个打开文件夹;
     *
     *                                          2019-4-19 深圳 宝安西乡 曾剑锋
     ******************************************************************************/
    
    一、参考文档
        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
    
    二、处理方法
        1. cmd: explorer .
        2. cmd: explorer <your relative path>
  • 相关阅读:
    小的面试题
    email
    网络
    进程,线程
    周日作业
    Python_day9
    Python_day8
    假期作业
    12/13
    Python_day7
  • 原文地址:https://www.cnblogs.com/zengjfgit/p/10734013.html
Copyright © 2011-2022 走看看