如何使用Windows command mode or MS-DOS 將文件夾內的資料清單匯成文字檔.txt C:\>dir /B >FileName.txt DIR (directory) commands 相關指令如下: DIR [drive:][path][filename] [/A[[:]attributes]] [/B] [/C] [/D] [/L] [/N] [/O[[:]sortorder]] [/P] [/Q] [/R] [/S] [/T[[:]timefield]] [/W] [/X] [/4] [drive:][path][filename] 指定要顯示的磁碟機、目錄或檔案。 /A 依照指定的檔案屬性來顯示檔案。 attributes D 目錄 R 唯讀檔 H 隱藏檔 A 保存檔 S 系統檔案 - 無意義 L 重新分析點 - 首碼表示否定 /B 使用單純格式 (沒有標頭資訊或摘要)。 /C ...