發表文章

目前顯示的是 1月, 2016的文章

Symantec線上電腦詞彙

Symantec 安全機制應變中心提供IT技術人員與電腦資訊有關的使用者一個相當方便的線上電腦詞彙網頁,有需要的人可以將連結加到書籤。 http://www.symantec.com/zh/tw/security_response/glossary/

如何使用Windows command mode or MS-DOS 將文件夾內的資料清單匯成文字檔.txt

如何使用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         ...