@echo off echo Creating the list of the NWC files with its data echo The results are in NWC_Catalog.TSV (tab-separated values) echo N.B. The files .nwctxt are ignored dir /b /s *.nwc | find /i /v ".nwctxt" | OEMToANSI | NWCInfo /list > NWC_Catalog.TSV echo Done pause