【问题标题】:How to find a specific file in windows using command prompt如何使用命令提示符在 Windows 中查找特定文件
【发布时间】:2016-07-08 22:57:01
【问题描述】:

我想使用命令提示符在我的 Windows C 驱动器上搜索特定文件 file.pdf,我该怎么做?

【问题讨论】:

标签: windows command


【解决方案1】:

首先,转到您要搜索的驱动器。例如,如果您已经在 C 语言中,请键入 cd /.. 以转到根目录或以其他方式键入 cd <directory name>(例如 cd D:

键入 dir /s file.pdf 以搜索该特定文件。

Windows 将列出所有具有该名称的文件并给出路径。

【讨论】:

    猜你喜欢
    • 2014-11-30
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-02-28
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多