home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / TPTC16.ZIP / DOALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-01-04  |  129 b   |  3 lines

  1. rem Translate all sample programs to C
  2. FOR %%F IN (ACKER DIA DIAL FMAP MTPLUS PUZZLE QSORT SIEVE TEST UNSQ) DO TPTC %%F -lower
  3.