搜尋此網誌

2014-03-12

Query file type in Windows

Linux 裡有個好用的檔案格式檢查工具「file」。
但,Windows 並沒有內建這個功能,
以下介紹如何在 Windows 中使用它。


File for Windows



Description


This tool is used to determine file type.


Setup

  1. Website: http://gnuwin32.sourceforge.net/packages/file.htm
  2. Add program directory into PATH of Windows Environment parameters
    • 系統 > 進階 > 環境變數 > 使用者變數
    • 編輯 使用者變數 中的 “Path” (加入程式所在路徑 C:\Program Files\GnuWin32\bin)

Example


在「命令提示字元」中, 執行 file <filename>
  • Normal (附檔名與檔案格式相符)
D:\>file Apple_Ring.mp3 Apple_Ring.mp3; MPEG ADTS, layer III, v1, 128 kbps, 44.1 kHz, JntStereo
  • 故意將 Apple_Ring.mp3 更名為 Apple_Ring.wav, 仍然可以取得正確的檔案格式.
D:\>file Apple_Ring.wav Apple_Ring.wav; MPEG ADTS, layer III, v1, 128 kbps, 44.1 kHz, JntStereo

沒有留言 :

張貼留言