home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / FORTH / FIG_4TH.ZIP / MAKGL.BAT < prev    next >
Encoding:
DOS Batch File  |  1987-01-16  |  172 b   |  6 lines

  1. .Generate a FORTH glossary from the assembly listing
  2. .Usage is: makgl <outputfile>
  3. .Only works under MS-DOS 2.0
  4. erase %1
  5. FOR %%A IN (4TH-*.ASM) DO find ";=" %%A >>%1
  6.