1/******************************************************************************* 2 * CMD如何快速打开当前文件夹窗口 3 * 说明: 4 * 在使用AndroidStudio的过程中,因为用cmake编译jni,查看错误的时候需要使用 5 * gradlew查看详细信息,查看一些文件的时候不想去一个一个打开文件夹; 6 * 7 * 2019-4-19 深圳 宝安西乡 曾剑锋 8 ******************************************************************************/ 9 10一、参考文档 11 1. How to quickly open the current directory from the command prompt? OS - Windows 12 https://stackoverflow.com/questions/32906653/how-to-quickly-open-the-current-directory-from-the-command-prompt-os-windows 13 14二、处理方法 15 1. cmd: explorer . 16 2. cmd: explorer <your relative path>
CMD如何快速打开当前文件夹窗口
Stella981
2021-10-11
1002 0 0
点赞
收藏
评论区
加载中...