回覆列表
  • 1 # 藍風24

    Xcopy:複製檔案和目錄,包括子目錄。

    示例:

    要從驅動器 A 將所有檔案和子目錄(包括所有空的子目錄)複製到驅動器 B,請鍵入:

    xcopy a: b: /s /e

    要包含上一示例中的任何系統或隱藏檔案,請按如下所示新增 /h 命令列選項:

    xcopy a: b: /s /e /h

    要使用 \Rawdata 目錄中 1993 年 12 月 29 日後更改的檔案更新 \Reports 目錄中的檔案,請鍵入:

    xcopy \rawdata \reports /d:12-29-1993

    要更新上例中 \Reports 中存在的所有檔案而不考慮日期,請鍵入:

    xcopy \rawdata \reports /u

    要獲得前一個命令要複製的檔案列表而不復制檔案,請鍵入:

    xcopy \rawdata \reports /d:12-29-1993 /l > xcopy.out

    檔案 Xcopy.out 列出了要複製的所有檔案。

    要將 \Customer 目錄和所有子目錄複製到網路驅動器 H: 上的目錄 \\Public\Address,保留只讀屬性,並在 H: 上建立新檔案時對您做出提示,請鍵入:

    xcopy \customer h:\public\address /s /e /k /p

    要發出上一個命令,確保在 \Address 目錄不存在時 xcopy 會建立該目錄,同時應抑制顯示建立新目錄時要顯示的訊息,請按如下所示新增 /i 命令列選項:

    xcopy \customer h:\public\address /s /e /k /p /i

  • 中秋節和大豐收的關聯?
  • excel日期格式如何實現模糊匹配?