簡單!在CMD模式下dir "ABC" /On > output.txt | print output.txtPS:1. "ABC"為舉例的 請改成你想要輸出的目錄2. output為舉例所用,請改成你要的輸出檔名3. print會由預設之印表機輸出4. /On 的O是英文字 ,用意是英文字排序A-Z
Hi, please try following command in command mode.C:\>dir/b> list.txtC:\>type list.txtAUTOEXEC.BATCONFIG.SYSdellDocuments and Settingsdriversdrwtsn32.logINSTALL.LOGlist.txtLotusTempProgram FilessecudeUNWISE.EXEWINDOWSC:\>