home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / grafik / crtgraph / buildfnt.bat < prev    next >
Encoding:
DOS Batch File  |  1991-04-03  |  116 b   |  8 lines

  1. app %1.as1 %1.as2 %1.asm
  2. tasm %1
  3. tlink %1;
  4. exe2bin %1
  5. binobj %1 %1 %1
  6. erase %1.exe
  7. erase %1.bin
  8. erase %1.map