REM Tribble, Chris & Glyn Jones. 1997. Concordancing in the classroom. Houston, TX: Athelstan, p. 96 REM 1) Put this file into the same directory as the corpus files REM 2) If the corpus files are not *.txt files, change the description in parentheses accordingly REM 3) Enter (without the double quotes): "concord SEARCH_WORD OUTPUT_FILE REM e.g. concord under under.txt for %%a in (*.txt) do find "%1" %%a >>%2