@echo off rem desall.btm run all dec.btm files in the E:\com\mindprod tree to find undescribed files. rem /a:d attribute directory, /r recursive e: cd E:\com\mindprod rem b[a]t is just to create a phony wildcard. rem patch file whose description is often lost. if exist E:\com\mindprod\currcon\exchs.ser describe E:\com\mindprod\currcon\exchs.ser "daily exchange rates in binary serial form" for /r %d in (desc.b[t]m) do call des.btm rem -30-