TrID File Identifier - COPTR

PHOTO EMBED

Fri Jun 21 2024 15:23:10 GMT+0000 (Coordinated Universal Time)

Saved by @baamn

 echo off 

 echo Please paste folder with files to identify: 

 echo ************************** 

 set /p inputfolder= folder : 

 for /r "%inputfolder%\" %%X in (*.*) do ( 

               echo new File >> gfindings.txt 
		
               echo TRId Findings >> govDocs.txt 
 
               trid "%%X" >> govDocs.txt 

 ) 

 Pause 
content_copyCOPY

https://coptr.digipres.org/index.php/TrID_File_Identifier