@echo off
::Script to run REMATCH.EXE code on all AB files in directory specified by user
::P.Gatlin 01/09/2013

set abdir= %1

::run DSD code
for /f %%a IN ('dir /b %abdir%\*.ab') do REMATCH.exe %abdir%\%%a