2019年11月5日 星期二

Windows Command Line

CMD : Command Line

列出檔案

     dir                            // 列出當前資料夾下的檔案
     dir /s                         // 列出當前資料夾下 + 子資料夾的檔案
     dir /?                         // 列出所有 dir 的指令參數

輸出成檔案

     dir /? > 123.txt               // 輸出成 123.txt

檔案名稱有空格

     net share "共用 資料夾名稱"     // 用雙引號,不能用單引號

參考資料 : 1. https://www.csie.ntu.edu.tw/~r91112/myDownload/WEB/CMD.html
                   2. https://www.itread01.com/content/1543219938.html

0 意見:

張貼留言

Popular Posts