@echo off rem descall.btm run all desc.btm and descother.btm files in the E:\com\mindprod tree to apply descriptions to DESCRIPT.ION file. rem /a:d attribute directory, /r recursive e: cd E:\com\mindprod rem b[a]t is just to create a phony wildcard. for /r %d in (desc.b[t]m) do call desc.btm for /r %d in (desc.b[t]m) do call descother.btm rem -30-