20201102使用win10命令提示字元來操作磁碟檔案系統

出自金門農工維基III
於 2020年11月2日 (一) 16:16 由 Tree留言 | 貢獻 所做的修訂 →‎tree
跳至導覽 跳至搜尋

cd及dir命令

1:執行cmd
Microsoft Windows [版本 10.0.18363.1139]
(c) 2019 Microsoft Corporation. 著作權所有,並保留一切權利。

2: C:\Users\kmvs_RDcard>cd \

3: c:\>dir
 磁碟區 C 中的磁碟沒有標籤。
 磁碟區序號:  8C25-FEB7

 c:\ 的目錄

2020/11/02  下午 03:42    <DIR>          Intel
2018/09/15  下午 03:33    <DIR>          PerfLogs
2020/11/02  下午 03:55    <DIR>          Program Files
2020/10/29  上午 09:27    <DIR>          Program Files (x86)
2020/10/28  上午 10:54    <DIR>          Users
2020/10/29  上午 10:08    <DIR>          Windows
               0 個檔案               0 位元組
               6 個目錄  280,192,102,400 位元組可用
c:\>

C:\>dir /a
 磁碟區 C 中的磁碟是 win10-SSD
 磁碟區序號:  F2B8-3B67

 C:\ 的目錄

2020/04/26  下午 06:28    <DIR>          $Recycle.Bin
2020/06/29  下午 08:48                 0 $WINRE_BACKUP_PARTITION.MARKER
:
2020/03/09  下午 09:32             2,142 certificate.crt
2019/11/18  下午 09:11    <JUNCTION>     Documents and Settings [C:\Users]
:
2020/11/02  下午 11:41     1,664,675,840 hiberfil.sys
2019/11/18  下午 09:40    <DIR>          Intel
:
2020/10/31  上午 04:36     3,758,096,384 pagefile.sys
2020/07/14  下午 11:29    <DIR>          PerfLogs
:
2020/10/30  下午 08:39    <DIR>          Program Files
2020/08/31  下午 10:39    <DIR>          Program Files (x86)
2020/08/29  上午 05:14    <DIR>          ProgramData
2020/07/14  下午 11:40    <DIR>          Recovery
2020/10/31  上午 04:36        16,777,216 swapfile.sys
2020/08/02  下午 10:30    <DIR>          System Volume Information
:
2020/07/14  下午 11:35    <DIR>          Users
2020/03/23  下午 07:46    <DIR>          wincache
2020/10/15  上午 12:54    <DIR>          Windows
               5 個檔案   5,439,551,582 位元組
              18 個目錄  81,141,776,384 位元組可用
C:\>

tree指令

4:tree
c:\>tree PerfLogs
列出資料夾 PATH
磁碟區序號為 8C25-FEB7
C:\PERFLOGS
子資料夾不存在



c:\>tree Users
列出資料夾 PATH
磁碟區序號為 8C25-FEB7
C:\USERS
├─ox
│  ├─3D Objects
│  ├─Contacts
│  ├─Desktop
│  ├─Documents
│  ├─Downloads
│  ├─Favorites
│  │  └─Links
│  ├─Links
│  ├─Music
│  ├─OneDrive
│  ├─Pictures
│  │  ├─Camera Roll
│  │  └─Saved Pictures
│  ├─Saved Games
│  ├─Searches
│  └─Videos
└─Public
    ├─Documents
    ├─Downloads
    ├─Music
    ├─Pictures
    └─Videos

c:\>


c:\>tree intel
列出資料夾 PATH
磁碟區序號為 9020-A018
C:\INTEL
├─gp
└─Logs

c:\>
c:\>tree c:\data
列出資料夾 PATH
磁碟區序號為 9020-A018
C:\DATA
├─HP
│  └─HP LaserJet Enterprise 700 M712
├─KMS_VL_ALL
│  ├─32-bit
│  └─64-bit
├─office2016-64bit
│  ├─access.zh-tw
│  ├─admin
│  │  ├─de-de
│  │  ├─en-us
│  │  ├─es-es
│  │  ├─fr-fr
│  │  ├─it-it
│  │  ├─ja-jp
│  │  ├─ko-kr
│  │  ├─pt-br
│  │  ├─ru-ru
│  │  ├─zh-cn
│  │  └─zh-tw
│  ├─catalog
│  ├─dcf.zh-tw
│  ├─excel.zh-tw
│  ├─groove.zh-tw
│  ├─hotfixes
│  ├─infopath.zh-tw
│  ├─lync.zh-tw
│  ├─office.zh-tw
│  ├─office32.zh-tw
│  ├─onenote.zh-tw
│  ├─osm.zh-tw
│  ├─osmux.zh-tw
│  ├─outlook.zh-tw
│  ├─powerpoint.zh-tw
│  ├─prjpro.ww
│  ├─project.zh-tw
│  ├─proofing.zh-tw
│  │  ├─proof.en
│  │  └─proof.zh-tw
│  ├─proplus.ww
│  ├─publisher.zh-tw
│  ├─updates
│  ├─visio.zh-tw
│  ├─vispro.ww
│  ├─word.zh-tw
│  └─破解檔Re-LoaderV33
│      └─Readme
└─PORTABLE
    └─Langs

c:\>

5:
c:\>tree "c:\Program Files"

6:
c:\>tree "c:\Program Files (x86)"