Author Topic: Tip: Scan an entire subdirectory tree with TrID  (Read 20965 times)

Mark0

  • Administrator
  • Hero Member
  • *****
  • Posts: 2661
    • Mark0's Home Page
Tip: Scan an entire subdirectory tree with TrID
« on: February 22, 2008, 01:17:40 PM »
This tip was suggested by Jared Thomas:

Code: [Select]

 For /D /R j:\test %%1 IN (*) DO c:\trid_w32\trid "%%1"\* -ae


Replace j:\test with the directory that you want to move recursively through (TrID will not run on the files in the root of this directory).

Replace c:\trid_w32\trid with the path to trid.exe.

Dump the line in a batch file and run.